shadowsocks-libev: more common default config
authorYousong Zhou <redacted>
Wed, 30 Aug 2017 02:56:04 +0000 (10:56 +0800)
committerYousong Zhou <redacted>
Wed, 30 Aug 2017 09:45:56 +0000 (17:45 +0800)
Signed-off-by: Yousong Zhou <redacted>
net/shadowsocks-libev/Makefile
net/shadowsocks-libev/files/shadowsocks-libev.config

index a34d1d3124832cdbe9c2f9d241e4a1c0c1395650..bdf58948e7aa17daa666dba489705aaa21a3899f 100644 (file)
@@ -14,7 +14,7 @@ include $(TOPDIR)/rules.mk
 #
 PKG_NAME:=shadowsocks-libev
 PKG_VERSION:=3.0.8
-PKG_RELEASE:=13
+PKG_RELEASE:=14
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev/releases/download/v$(PKG_VERSION)
index 9b3fe0852b5957a4528559fd7f0c4f84a53080f2..93768e9711f44035465f1130a173c2cf8fcd6511 100644 (file)
@@ -40,7 +40,8 @@ config ss_rules 'ss_rules'
        option disabled 1
        option redir_tcp 'hi'
        option redir_udp 'hi'
-       option src_default 'bypass'
+       option src_default 'checkdst'
+       option dst_default 'bypass'
        option local_default 'checkdst'
        list src_ips_forward '192.168.1.4'
        list dst_ips_forward '8.8.8.8'
git clone https://git.99rst.org/PROJECT