From 1d848c7d5199686fb0fa5862a833b45235d0e7d0 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 15 Apr 2014 16:56:35 -0600 Subject: [PATCH] Made readme for banning more clear --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 351dd14..a4166b8 100644 --- a/README.md +++ b/README.md @@ -405,9 +405,9 @@ Description of options: }, /* 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