Skip to content

Instantly share code, notes, and snippets.

View iponkan's full-sized avatar
🎯
Focusing

iponkan

🎯
Focusing
View GitHub Profile
+.perplexity.ai
+.pplx.ai
+.perplexity.com
update.synology.com
update7.synology.com
autoupdate7.synology.com
autoupdate7.synology.cn
+.mypikpak.com
+.pikpak.com
+.wurl.tv
+.amagi.tv
+.rttv.com
+.amagi.tv
+.getaj.net
+.trt.com.tr
+.akamaihd.net
+.akamaized.net
+.nexuscloud.xyz
+.google.com
+.google.co.uk
+.google.com.hk
+.live.com
+.live.net
+.contentsync-onenote.com
+.deeprouter.org
+.gstatic.com
+.googleapis.com
+.pp.ua
+.tailscale.*
+.tplinkcloud.com.cn
+.microsoft.com
+.office365.com
+.msedge.net
+.hotmail.com
+.windows.com
+.bing.com
+.msn.com
[General]
ipv6 = true
bypass-system = true
dns-server = https://223.5.5.5/dns-query
bypass-tun = 10.0.0.0/8, 100.64.0.0/10, 127.0.0.0/8, 169.254.0.0/16, 172.16.0.0/12, 192.0.0.0/24, 192.0.2.0/24, 192.88.99.0/24, 192.168.0.0/16, 198.18.0.0/15, 198.51.100.0/24, 203.0.113.0/24, 224.0.0.0/4, 255.255.255.255/32
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, *.crashlytics.com, *.edu.cn, captive.apple.com
[Proxy Group]
咸鱼 = select,🇸🇬 新加坡 04,interval=600,timeout=5,select=0,url=http://www.gstatic.com/generate_204
@iponkan
iponkan / README.md
Created May 4, 2020 08:51 — forked from chuyik/README.md
macOS 给 Git(Github) 设置代理(HTTP/SSH)
const os = require('os');
let ip = '0.0.0.0';
const networkInterfaces = os.networkInterfaces();
out:
for (const i in networkInterfaces) {
for (const j in networkInterfaces[i]) {
const val = networkInterfaces[i][j];
if (val.family === 'IPv4' && val.address !== '127.0.0.1') {
ip = val.address;
break out
@echo off
adb uninstall com.commsource.beautyplus
adb install -r "%~fs1"
pause
# gitlab
Host gitlab.linphone.org
HostName gitlab.linphone.org
PreferredAuthentications publickey
IdentityFile C:\\Users\lenovo\\.ssh\\id_rsa_gitlab
# github
Host github.com
HostName github.com
PreferredAuthentications publickey
IdentityFile C:\\Users\\lenovo\\.ssh\\id_rsa