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,
|
"tcpProxyProtocol": false,
|
||||||
|
|
||||||
/* If a worker is submitting a high threshold of invalid shares we can temporarily ban their IP
|
/* 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
|
to reduce system/network load. Also useful to fight against flooding attacks. If running
|
||||||
If running behind something like HAProxy be sure to enable the TCP Proxy Protocol config,
|
behind something like HAProxy be sure to enable 'tcpProxyProtocol', otherwise you'll end up
|
||||||
otherwise you'll end up banning your own IP address (and therefore all workers). */
|
banning your own IP address (and therefore all workers). */
|
||||||
"banning": {
|
"banning": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"time": 600, //How many seconds to ban worker for
|
"time": 600, //How many seconds to ban worker for
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user