Skip to content

Commit

Permalink
shadowsocks-libev: add remote server ips to dst bypass ipset
Browse files Browse the repository at this point in the history
To align with old iptables-based ss-rules implementation.

Supersedes #20239

Link: #20239
Signed-off-by: Luis Liou <liouluis@gmail.com>
[minor fixup on commit title, version bump, etc.]
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
  • Loading branch information
yousong committed Mar 12, 2024
1 parent 26117ac commit 85b634f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/shadowsocks-libev/Makefile
Expand Up @@ -14,7 +14,7 @@ include $(TOPDIR)/rules.mk
#
PKG_NAME:=shadowsocks-libev
PKG_VERSION:=3.3.5
PKG_RELEASE:=10
PKG_RELEASE:=11

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev/releases/download/v$(PKG_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion net/shadowsocks-libev/files/ss-rules/set.uc
Expand Up @@ -44,7 +44,7 @@ let set_suffix = {
str: o_src_checkdst,
},
"dst_bypass": {
str: o_dst_bypass,
str: o_dst_bypass + " " + o_remote_servers,
file: o_dst_bypass_file,
},
"dst_bypass_": {
Expand Down

0 comments on commit 85b634f

Please sign in to comment.