gatewaysocks
1.0.0
将 TCP/UDP 中继到 SOCKS5。
--------------------------------- ---------------- ------------------
| Nintendo Switch/Other devices | ----> | gatewaysocks | ----> | socks5 proxy |
| 10.6.0.2/255.255.255.0 | ----> | 10.6.0.1 | ----> | 127.0.0.1:1080 |
--------------------------------- ---------------- ------------------
准备一个socks5代理(例如stunnel),它应该支持TCP/UDP代理。
以 root 身份运行gatewaysocks
。
./gatewaysocks [-s socks5-address(e.g. 127.0.0.1:1080)] [-i interface(e.g. en0)] [--gateway-ip ip(e.g. 10.6.0.1)] [--subnet-mask mask(e.g. 255.255.255.0)]
默认情况下,socks5 地址为127.0.0.1:1080
,网关地址为10.6.0.1
,子网掩码为255.255.255.0
。
更改控制台(例如 Nintendo Switch)设置,将 IP 设置为10.6.0.2
或子网10.6.0.1/255.255.255.0
中的其他,将网关设置为10.6.0.1
,将子网掩码设置为255.255.255.0
,更改 DNS(例如8.8.8.8
)。
---------------- ------------- -----------
| gatewaysocks | === TCP/UDP ==> | autoproxy | ===== TCP/UDP ====> | stunnel |
---------------- ------------- | -----------
^ ^ | -----------
| | |== TCP/UDP ====> | direct |
| | -----------
----------------- ------------------
| other devices | | set system |
| in the same | | proxy settings |
| router | | to autoproxy |
----------------- ------------------
gatewaysocks
在 macOS(M1 芯片)和 Linux 上进行了测试。