首页
注册
登录
hughshine 最近的时间轴更新
hughshine
V2EX 第 388487 号会员,加入于 2019-03-02 00:02:34 +08:00
hughshine.github.io
hughshine
hughshine
提问
技术话题
好玩
工作信息
交易信息
城市相关
hughshine 最近回复了
2021-07-10 21:43:03 +08:00
回复了
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
"
```
»
hughshine 创建的更多回复
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5319 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms ·
UTC 07:44
·
PVG 15:44
·
LAX 23:44
·
JFK 02:44
Developed with
CodeLauncher
♥ Do have faith in what you're doing.