Update On Sun Aug 31 20:34:09 CEST 2025

This commit is contained in:
github-action[bot]
2025-08-31 20:34:09 +02:00
parent f1fd237cba
commit c82a70acdb
84 changed files with 1646 additions and 949 deletions
@@ -214,14 +214,7 @@ if DNS_MODE == "socks" then
end
-- 判断是否为本地地址
local is_local = w:match("127%.0%.0%.")
or w:match("192%.168%.")
or w:match("10%.")
or w:match("172%.1[6-9]%.")
or w:match("172%.2[0-9]%.")
or w:match("172%.3[0-1]%.")
if not is_local then
if not api.is_local_ip(w) then
server_param = server_param .. " -proxy " .. proxy_server_name
end