xmrig-proxy
xmrig-proxy copied to clipboard
config to bind to specific network interface
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?