Ubuntu一键设置全局proxy
Ubuntu「一键」设置全局代理 sonictl note: the DNS problem may be still there. Except proxychains. WSL (Windows Subsystem for Linux) or Ubuntu is OK for this tutorial. Other linux can also try this. 1. Windows first Proxifier –> Clash Walls on UWP apps: Use Fiddler WinConfig tool to disable it. WSL: 使用 SSTap 直接接管 Windows 除了 Windows 系统进程以外的网络层,当然也包括 WSL Proxifier 并不能实现对 WSL 启用代理 相对最完美的方法是使用 Proxychains, 但不方便 直接在终端配置 proxy, 如果在WSL上使用的app不多。 2. Linux, WSL: Configure proxy in Terminal two lines of cmds: export ALL_PROXY="socks5://127.0.0.1:1080" export all_proxy="socks5://127.
…