aboutsummaryrefslogtreecommitdiff
path: root/net/shadowsocks-libev/files
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2024-03-12 00:45:28 +0000
committerYousong Zhou <yszhou4tech@gmail.com>2024-03-12 16:03:27 +0000
commit85b634f0b4f03d057613d45553ca272af877c27e (patch)
tree4b53fb190f28f07ad80b738fd0e6df0dc37b8264 /net/shadowsocks-libev/files
parent26117ac9b18d3b25fffaec897016b9073c35f6b7 (diff)
shadowsocks-libev: add remote server ips to dst bypass ipset
To align with old iptables-based ss-rules implementation. Supersedes openwrt/packages#20239 Link: https://github.com/openwrt/packages/pull/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>
Diffstat (limited to 'net/shadowsocks-libev/files')
-rw-r--r--net/shadowsocks-libev/files/ss-rules/set.uc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/shadowsocks-libev/files/ss-rules/set.uc b/net/shadowsocks-libev/files/ss-rules/set.uc
index 38140e7e1..0decec5f1 100644
--- a/net/shadowsocks-libev/files/ss-rules/set.uc
+++ b/net/shadowsocks-libev/files/ss-rules/set.uc
@@ -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_": {