35 lines
523 B
Plaintext
35 lines
523 B
Plaintext
# 代理域名列表
|
|
# 每行一个域名,支持通配符 *
|
|
# 以 # 开头的行为注释
|
|
|
|
# 需要代理的域名
|
|
*.google.com
|
|
*.youtube.com
|
|
*.facebook.com
|
|
*.twitter.com
|
|
*.github.com
|
|
*.githubusercontent.com
|
|
*.cloudflare.com
|
|
*.wikipedia.org
|
|
*.medium.com
|
|
*.reddit.com
|
|
*.googlevideo.com
|
|
|
|
# 国外服务
|
|
*.netflix.com
|
|
*.amazon.com
|
|
*.microsoft.com
|
|
*.apple.com
|
|
*.dropbox.com
|
|
*.telegram.org
|
|
*.whatsapp.com
|
|
*.instagram.com
|
|
*.twitch.tv
|
|
*.spotify.com
|
|
|
|
# 开发相关
|
|
*.docker.com
|
|
*.npmjs.com
|
|
*.pypi.org
|
|
*.rubygems.org
|
|
*.maven.org |