hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
292 stars 24 forks source link

GFW List: for dev #124

Open hhstore opened 5 years ago

hhstore commented 5 years ago

相关:

hhstore commented 5 years ago

路由器白名单:


jsfiddle.net
getoutline.org
shadowroket.com
gate.io

googlesource.com
golang.org
google.golang.org

gopkg.in
google.com

# for sublime text3
packagecontrol.io

reddit.com
hhstore commented 5 years ago

命令行 proxy:

# 单机设置: 
export ALL_PROXY=socks5://127.0.0.1:1080

# 路由器配置:
export ALL_PROXY=socks5://router.asus.com:1082

# 清除代理 
unset ALL_PROXY

# 查看ip测试是否生效
curl -i http://ip.cn