登录后免广告,享受更多奶昔会员权益!
您需要 登录 才可以下载或查看,没有账号?注册
×
本帖最后由 sean001 于 2026-4-26 16:12 编辑
要是安卓也可以像ios的surge一样按照 wifi 和 数据进行分流就好了。需要走漫游的流量用esim,本地流量走wifi。又省流量又不用切网美滋滋
于是我魔改了clash Meta https://github.com/wasdwasd0105/ClashMetaForAndroid
实现了
CELLULAR
Prefer the cellular network over the Wi-Fi network.
CELLULAR-ONLY
Use the cellular network only. Failed if the cellular network is not available.
这两个功能
并且可以将cellular指定为某个proxy的出口:
proxies:
- name: 111
type: 222
server: 333
port: 444
password: 555
interface-android: cellular |
|