为其他设备提供代理服务 - zhenhappy/XX-Net GitHub Wiki
允许远程访问Web界面:
修改 XX-Net/data/launcher/config.yaml
modules:{
launcher:{ allow_remote_connect:1 }
允许GAE_proxy提供远程代理服务:
修改 XX-Net/data/gae_proxy/config.ini
[listen]
ip = 0.0.0.0
允许X_tunnel提供远程代理:
修改 XX-Net/data/x_tunnel/client.json
加入一行:
"socks_host": "0.0.0.0",
重启XX-Net