Made readme for banning more clear
This commit is contained in:
parent
fefa6986ea
commit
ba492f2782
@ -166,9 +166,9 @@ var pool = Stratum.createPool({
|
||||
"tcpProxyProtocol": false,
|
||||
|
||||
/* If a worker is submitting a high threshold of invalid shares we can temporarily ban their IP
|
||||
to reduce system/network load. Also useful to fight against flooding attacks. The worker's
|
||||
If running behind something like HAProxy be sure to enable the TCP Proxy Protocol config,
|
||||
otherwise you'll end up banning your own IP address (and therefore all workers). */
|
||||
to reduce system/network load. Also useful to fight against flooding attacks. If running
|
||||
behind something like HAProxy be sure to enable 'tcpProxyProtocol', otherwise you'll end up
|
||||
banning your own IP address (and therefore all workers). */
|
||||
"banning": {
|
||||
"enabled": true,
|
||||
"time": 600, //How many seconds to ban worker for
|
||||
|
||||
Loading…
Reference in New Issue
Block a user