diff --git a/Surge/Module/General.sgmodule b/Surge/Module/General.sgmodule index fc8dcdb..e415cce 100644 --- a/Surge/Module/General.sgmodule +++ b/Surge/Module/General.sgmodule @@ -8,9 +8,6 @@ skip-proxy = %APPEND% passenger.t3go.cn, www.baidu.com, yunbusiness.ccb.com # > Always Real IP Hosts always-real-ip = %APPEND% *.msftconnecttest.com, *.msftncsi.com, *.srv.nintendo.net, *.stun.playstation.net, xbox.*.microsoft.com, *.xboxlive.com, *.logon.battlenet.com.cn, *.logon.battle.net, stun.l.google.com -# > VIF Excluded Routes -tun-excluded-routes = %APPEND% 239.255.255.250/32 - [Host] [URL Rewrite] diff --git a/Surge/Outbound.conf b/Surge/Outbound.conf index a0ab2ee..72cc908 100644 --- a/Surge/Outbound.conf +++ b/Surge/Outbound.conf @@ -57,9 +57,6 @@ show-error-page-for-reject = true # > Always Real IP Hosts always-real-ip = *.msftconnecttest.com, *.msftncsi.com, *.srv.nintendo.net, *.stun.playstation.net, xbox.*.microsoft.com, *.xboxlive.com, *.logon.battlenet.com.cn, *.logon.battle.net, stun.l.google.com -# > VIF Excluded Routes -tun-excluded-routes = 239.255.255.250/32 - # 如果没有代理服务器支持 UDP 转发,可修改为「 direct 」或注释下条,但需注意同一目标主机名 TCP 请求与 UDP 请求的源地址不同所造成的隐私及安全风险。 udp-policy-not-supported-behaviour = reject