Browse Source

update

pull/4/merge
Max Lv 12 years ago
parent
commit
d3f16c72f6
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -102,7 +102,7 @@ Although shadowsocks-libev can handle thousands of concurrent connections nicely
set up your server's firewall rules to limit connections from each user. set up your server's firewall rules to limit connections from each user.
# Up to 32 connections are enough for normal usages # Up to 32 connections are enough for normal usages
iptables -A INPUT -p tcp --syn --dport ${SHADOWSOCKS_PORT} -m connlimit --connlimit-above 32 -j DROP iptables -A INPUT -p tcp --syn --dport ${SHADOWSOCKS_PORT} -m connlimit --connlimit-above 32 -j REJECT --reject-with tcp-reset
## License ## License

|||||||
100:0
Loading…
Cancel
Save