Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Jan 3, 2015
1 parent 98f73e4 commit dde25f8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ autoban.py

Automatically ban IPs that try to brute force crack the server.

python autoban.py < /var/log/shadowsocks.log

Use `-c` to specify with how many failure times it should be considered as an
attack. Default is 3.

To continue watching for the log file:

nohup tail -f /var/log/shadowsocks.log | python autoban.py >log 2>log &

Use with caution. Avoid to ban yourself.
See https://github.com/shadowsocks/shadowsocks/wiki/Ban-Brute-Force-Crackers

0 comments on commit dde25f8

Please sign in to comment.