自己改了下 mihomo 内核,支持接入 tailscale 网络了,链接:https://github.com/cyenxchen/mihomo
如果你用的安卓可以使用我改过的 clashmi,这样就可以同时翻墙+访问家里网络了,链接:https://github.com/cyenxchen/clashmi
我个人自用了几天,没发现什么大问题,当然有问题了也欢迎带日志反馈.
配置示例:
proxies:
- name: ts-mihomo
type: tailscale
auth-key: tskey-auth-xxxxx
hostname: ts-mihomo
control-url: https://controlplane.tailscale.com
ephemeral: true # 是否是临时节点
state-dir: "./tailscale" # 连接上 tailscale 网络之后会有一些数据持久化,该选项是就指定保存这些数据的目录
exit-node: "" # 可选,不需要出口节点就不填
accept-routes: true # 可选,默认 true ,用于接受 subnet routes
rules:
# 将你家里的内网流量打到 tailscale 中
- IP-CIDR,192.168.1.0/24,ts-mihomo,no-resolve
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.