From 6591f40b8897817abacc544f5fb4fbefe2dcec9e Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 12 Feb 2023 05:32:55 +0800 Subject: [PATCH] luci-app-ssr-plus: advanced: add china-operator-ip to chnroute list Closes: #1099 Signed-off-by: Tianling Shen --- luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua index 6de68df80..cd18cdbd7 100644 --- a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua +++ b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua @@ -54,6 +54,7 @@ o.default = "https://fastly.jsdelivr.net/gh/YW5vbnltb3Vz/domain-list-community@r o = s:option(Value, "chnroute_url", translate("Chnroute Update url")) o:value("https://ispip.clang.cn/all_cn.txt", translate("Clang.CN")) o:value("https://ispip.clang.cn/all_cn_cidr.txt", translate("Clang.CN.CIDR")) +o:value("https://fastly.jsdelivr.net/gh/gaoyifan/china-operator-ip@ip-lists/china.txt", translate("china-operator-ip")) o.default = "https://ispip.clang.cn/all_cn.txt" o = s:option(ListValue, "default_packet_encoding", translate("Default Packet Encoding"))