From d3f16c72f6e04275f424bdd714c9128fbb3ec43c Mon Sep 17 00:00:00 2001 From: Max Lv Date: Wed, 8 May 2013 14:46:26 +0800 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67080d8b..00672bd7 100644 --- a/README.md +++ b/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. # 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