You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.
配置socks服务器为本地127.0.0.1时,怎么添加路由?求指教
删除默认路由
route delete 0.0.0.0 mask 0.0.0.0
添加虚拟网卡出口
route add 0.0.0.0 mask 0.0.0.0 10.0.0.1 metric 6
代理转发网关
route add 127.0.0.1 192.168.1.1 metric 5
这么添加似乎无效...
The text was updated successfully, but these errors were encountered: