sean001 发表于 2026-4-26 15:46:15

安卓按照 wifi 和 数据 进行分流

本帖最后由 sean001 于 2026-4-26 16:12 编辑

要是安卓也可以像ios的surge一样按照 wifi 和 数据进行分流就好了。需要走漫游的流量用esim,本地流量走wifi。又省流量又不用切网美滋滋{tieba44}

于是我魔改了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

apks 发表于 2026-4-26 16:00:54

root 可以的

a1195992737 发表于 2026-4-26 17:29:23

husi可以

uebermensch2001 发表于 2026-4-27 05:59:32

这个好

linying23333 发表于 2026-4-27 06:05:28

有用,不过我用不到{:xiaoku:}

话说这个应该也要提前在"开发者模式"里面把"始终开启移动数据网络"打开吧?

loveqianool 发表于 2026-4-29 05:29:49

大佬不考虑 pr 给官方吗?

Sleepiness371 发表于 2026-4-29 08:06:19

有没有大佬教一下这个怎么操作

现实去痛片 发表于 2026-4-29 08:21:29

可以,但我是ios

singcheng0626 发表于 2026-5-1 02:56:15

这得root吧。。

2182043734 发表于 7 天前

这个不错
页: [1]
查看完整版本: 安卓按照 wifi 和 数据 进行分流