在一个可以连上scz-wifi但是不能验证的电脑或者手机上上网的方法:
先得到一个可以上网的电脑,搞到它的IP:
hostname -I | awk '{print $1}'
然后开SSR,可以选择回国代理加快洛谷等网站的访问速度。
在不能上网的电脑上跑
ssh -f -L 1080:localhost:1080 -N -o GatewayPorts=yes wei@IP
然后使用tsocks
走代理
或者在electron-ssr
中设置局域网共享代理,设置
export http_proxy=http://IP:12333
export https_proxy=http://IP:12333
然后直接运行即可。此方法对大多数程序都使用。