hughshine's recent timeline updates
hughshine

hughshine

V2EX member #388487, joined on 2019-03-02 00:02:34 +08:00
hughshine's recent replies
Jul 10, 2021
Replied to a topic by aragakiyuii Windows wsl2 怎么设置才能走 clash 的代理?
windows 防火墙开放对 clash 的权限即可用

```
export hostip=$(cat /etc/resolv.conf |grep -oP '(?<=nameserver\ ).*')

export https_proxy="http://${hostip}:7890"

export http_proxy="http://${hostip}:7890"

export all_proxy="sock5://${hostip}:7891"

alias myip="curl myip.ipip.net"
```
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5707 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 32ms · UTC 08:47 · PVG 16:47 · LAX 01:47 · JFK 04:47
♥ Do have faith in what you're doing.