xmrig-proxy icon indicating copy to clipboard operation
xmrig-proxy copied to clipboard

config to bind to specific network interface

Open deostroll opened this issue 3 years ago • 0 comments

Assume a bind configuration as follows:

{
            "host": "0.0.0.0",
            "port": 3333,
            "tls": false
        }

This means, it would listen on all interfaces. I instead, want it to listen to one specific network interface. (The network interfaces are given by a ip addr command on linux)

Is there a config to this effect?

deostroll avatar Jan 15 '22 19:01 deostroll