Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
请问SURGE ios能否指定某个流量走蜂窝网络而不是wifi
lactose
RT
lactose
如果大家有其他方法可以实现链接wifi的情况下,使用蜂窝网络上网请告诉我一下哈,感恩
fgprodigal
https://manual.nssurge.com/policy/built-in.html
DarthVader
[Proxy Group]中增加
Direct = subnet, default = DIRECT, "SSID:XXX" = CELLULAR, hidden = true
注:XXX表示你想要连接XXX这个Wi-Fi时继续走蜂窝数据的SSID
[Proxy]中把你所有的节点改成代理链模式
例如:mySnell = snell, 1.1.1.1, 443, psk=password, version=4, reuse=true, underlying-proxy=Direct
也就是说在节点后面增加underlying-proxy=Direct
iOS TF新版本针对引用外部节点的策略组的参数external-policy-modifier=underlying-proxy=Direct,不起作用
[Rule]中把所有DIRECT规则改成第1条中的Direct
例如:RULE-SET,
https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Surge/China/China.list,Direct
注:RULE-SET,LAN,DIRECT 不需要修改
根据第3条的结论,你需要把[Rule]中所有要走代理的规则改成第2条中你修改的代理,不能是[Proxy Group]中引用的外部节点