We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f73e4 commit dde25f8Copy full SHA for dde25f8
utils/README.md
@@ -6,13 +6,4 @@ autoban.py
6
7
Automatically ban IPs that try to brute force crack the server.
8
9
- python autoban.py < /var/log/shadowsocks.log
10
-
11
-Use `-c` to specify with how many failure times it should be considered as an
12
-attack. Default is 3.
13
14
-To continue watching for the log file:
15
16
- nohup tail -f /var/log/shadowsocks.log | python autoban.py >log 2>log &
17
18
-Use with caution. Avoid to ban yourself.
+See https://github.com/shadowsocks/shadowsocks/wiki/Ban-Brute-Force-Crackers
0 commit comments