mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
shadowsocks-libev: more common default config
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
#
|
#
|
||||||
PKG_NAME:=shadowsocks-libev
|
PKG_NAME:=shadowsocks-libev
|
||||||
PKG_VERSION:=3.0.8
|
PKG_VERSION:=3.0.8
|
||||||
PKG_RELEASE:=13
|
PKG_RELEASE:=14
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev/releases/download/v$(PKG_VERSION)
|
||||||
|
|||||||
@@ -40,7 +40,8 @@ config ss_rules 'ss_rules'
|
|||||||
option disabled 1
|
option disabled 1
|
||||||
option redir_tcp 'hi'
|
option redir_tcp 'hi'
|
||||||
option redir_udp 'hi'
|
option redir_udp 'hi'
|
||||||
option src_default 'bypass'
|
option src_default 'checkdst'
|
||||||
|
option dst_default 'bypass'
|
||||||
option local_default 'checkdst'
|
option local_default 'checkdst'
|
||||||
list src_ips_forward '192.168.1.4'
|
list src_ips_forward '192.168.1.4'
|
||||||
list dst_ips_forward '8.8.8.8'
|
list dst_ips_forward '8.8.8.8'
|
||||||
|
|||||||
Reference in New Issue
Block a user