Yanyg - Software Engineer

Proxy Config

目录

1 clash config

  • Download clash from clash release.
  • get subscribe address: https://www.mielink.com/subcenter/index
  • Select "Clash托管" and "复制Clash订阅"
  • Download config.yaml: wget -O config.yaml '[Clash订阅 From Above]&log-level=info'
  • Save config.yaml and clash in the same directory, then run ./clash -d .
  • If connection foreigner web site failed with follow infomation:
[yanyg@x1{192.168.0.104} ~/clash/1220 ] <2021-12-22 23:50:44>
$ ./clash -d .
INFO[0000] Start initial compatible provider 🚀直接连接
INFO[0000] Start initial compatible provider 🅱️哔哩哔哩
INFO[0000] Start initial compatible provider 🌍国外媒体
INFO[0000] Start initial compatible provider 🇨🇳国内媒体
INFO[0000] Start initial compatible provider ℹ️爱奇艺
INFO[0000] Start initial compatible provider 📹谷歌油管
INFO[0000] Start initial compatible provider 🍎苹果服务
INFO[0000] Start initial compatible provider 🔰国外流量
INFO[0000] Start initial compatible provider 🐟漏网之鱼
INFO[0000] Start initial compatible provider 🎥NETFLIX
INFO[0000] Start initial compatible provider 📲Telegram
WARN[0000] Failed to start Redir UDP Listener: operation not permitted
INFO[0000] Redirect proxy listening at: [::]:7892
INFO[0000] Mixed(http+socks) proxy listening at: [::]:7890
INFO[0000] DNS server listening at: 127.0.0.1:5450
INFO[0000] RESTful API listening at: [::]:9090
WARN[0005] [TCP] dial 📹谷歌油管 (match IPCIDR/172.217.0.0/16) to beacons3.gvt2.com:443 error: kaizen-tw-1.paolu.co:443 connect error: dial tcp4 1.174.71.122:443: i/o timeout
WARN[0008] [TCP] dial 📹谷歌油管 (match DomainKeyword/google) to www.google.com:443 error: kaizen-tw-1.paolu.co:443 connect error: dial tcp4 1.174.71.122:443: i/o timeout
WARN[0010] [TCP] dial 📹谷歌油管 (match IPCIDR/172.217.0.0/16) to beacons3.gvt2.com:443 error: kaizen-tw-1.paolu.co:443 connect error: dial tcp4 1.174.71.122:443: i/o timeout
WARN[0010] [TCP] dial 📹谷歌油管 (match IPCIDR/172.217.0.0/16) to beacons.gvt2.com:443 error: kaizen-tw-1.paolu.co:443 connect error: dial tcp4 1.174.71.122:443: i/o timeout
WARN[0013] [TCP] dial 📹谷歌油管 (match DomainKeyword/google) to www.google.com:443 error: kaizen-tw-1.paolu.co:443 connect error: dial tcp4 1.174.71.122:443: i/o timeout
WARN[0015] [TCP] dial 📹谷歌油管 (match IPCIDR/172.217.0.0/16) to beacons.gvt2.com:443 error: kaizen-tw-1.paolu.co:443 connect error: dial tcp4 1.174.71.122:443: i/o timeout

Open the config.yaml, then search proxies section, copy another usable proxy to be the first line:

proxies:
  - {"name":"🇺🇲 Trojan优化|美国-01 [1.5][原生]","type":"trojan","server":"kaizen-us-01.cn0.me","port":443,"password":"4af1a191-1c71-370e-9a0c-a5f702f416eemielink","udp":true,"sni":"paydiu.com"}
  - {"name":"🇼🇸 Trojan优化|台湾-1 [1.0][试用]","type":"trojan","server":"kaizen-tw-1.paolu.co","port":443,"password":"4af1a191-1c71-370e-9a0c-a5f702f416eemielink","udp":true,"sni":"paydiu.com"}

If We do not know which proxy is usable, then open site to list the proxies: https://www.mielink.com/subcenter/index

2 Reference