501 Star 3.1K Fork 871

GVP狂奔的蜗牛. / goproxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
resolve.rules 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
arraykeys 提交于 2021-05-11 13:40 . update
# domain support wildcard and comment line stared with #
# **.google.com match all domain subfix with .google.com
# *.youtube.com only math level 3 sub domain of .youtube.com
#example
**.google.com proxy
*.youtube.com
*.baidu.com 114.114.114.114,system,direct
b.com
c.com
d.com 8.8.8.8:53
e.com
#explain
#using `proxy >>> -q` to resolve **.google.com and *.youtube.com
#using 114.114.114.114:53 and system and `direct >>> -q` to resolve *.baidu.com and b.com and c.com
#using 8.8.8.8:53 to resolve **.google.com and *.youtube.com
Go
1
https://gitee.com/snail/proxy.git
git@gitee.com:snail/proxy.git
snail
proxy
goproxy
master

搜索帮助