Skip to content

Instantly share code, notes, and snippets.

View iponkan's full-sized avatar
🎯
Focusing

iponkan

🎯
Focusing
View GitHub Profile
@iponkan
iponkan / win-ss
Created May 6, 2020 06:23 — forked from dreamlu/win-ss
windows终端翻墙,简易方式
环境:shadowsocks、windows
本地ss端口设置(这里1080)
cmd命令行:(不用socks5)(临时设置)(也可放置环境变量)
set http_proxy=http://127.0.0.1:1080
set https_proxy=http://127.0.0.1:1080
ps:一定要用cmd命令行,千万别用powershell !!!
简易测试命令:curl https://www.google.com(别用ping)
@iponkan
iponkan / README.md
Created May 4, 2020 08:51 — forked from chuyik/README.md
macOS 给 Git(Github) 设置代理(HTTP/SSH)
@iponkan
iponkan / index.js
Created October 14, 2019 02:33 — forked from zkat/index.js
npx is cool
#!/usr/bin/env node
console.log('yay gist')