Bendr0id / xmrigCC

RandomX, CryptoNight, Argon2 and GhostRider CPU/GPU miner with Command&Control (CC) Server and Monitoring
GNU General Public License v3.0
314 stars 109 forks source link

cc client Proxy support #417

Open preussal opened 2 months ago

preussal commented 2 months ago

Would it be possible to send the CC client traffic through a proxy? The call from the client to the CC server is currently directly

Set a explicit http proxy for the CC traffic

    "cc-client": {
        "enabled": false,
        "use-remote-logging": true,
        "upload-config-on-start": true,
        "http_proxy": "http://proxy.example:8080"     <--------------------
        "servers": [
            {
                "url": "CC-SERVER-URL",
                "access-token": "mySecret",
                "use-tls": true,
            }
        ],
        "worker-id": null,
        "reboot-cmd": null,
        "update-interval-s": 10,

or use the system proxy settings

thank you

Bendr0id commented 2 months ago

Hi,

this will be part of the next release.

thanks