macOS 端 surge 做网关,安卓设备 mitm failed 怎么办?

查看 68|回复 1
作者:christin   
前几天把家里闲置的 MacBook Air 装上 surge ,开启 DHCP 后接管家里的设备,用起来还可以,功能和软路由差不多,但是苹果设备可以安装证书进行 mitm 。
现在安卓设备有点问题,不能装证书,装的一些解密模块就失败导致接口直接不通了。有什么好的方法吗?

mitm, surge, 设备, 证书

Love4Taylor   
client-source-address
Use this parameter to enable the MITM function on some devices only.
It's a list parameter using commas as the separator.
You may specify a single IP address or use a CIDR block. Both IPv4 and IPv6 are supported.
You may use the - prefix to exclude some clients, e.g., client-source-address = -192.168.1.2, 0.0.0.0/0
If the parameter is not set, MITM is enabled for all clients. A equivalent to client-source-address = 0.0.0.0/0, ::/0
127.0.0.1 should be included if you want to enable MITM for the current device.
from https://manual.nssurge.com/http-processing/mitm.html
您需要登录后才可以回帖 登录 | 立即注册

返回顶部