-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我想排除或添加一些域名该怎么修改脚本?(不是排除IP) #8
Comments
你可以把你想黑白名单的域名放进一个 Set 里面,然后在 |
我发现现在的脚本已经自带 |
现在的脚本里的 |
这样填写全网域名解析仍然生效,但是ipip.net仍然是直连,具体该怎么办呢? 我大概读懂几个function会把array中的string一一匹配,有则返回true,则返回proxy。但是实在不知道数组中的这个string该怎么填,试验了好几种写法也不见效。 |
刚刚想了想,可能是结尾也没跟着匹配,所以返回了false。
但不知是否有更好的写法?还望能倾囊相授。 |
var DOMAINS = {
"com": {
"example": 0,
"google": {
"@": 0,
"mtalk": 1
}
}
}; 搜索的时候从右往左,例如 |
如果能直接修改就更好了,方便自定义。 因为user-rule.txt是强制和gwflist绑定的,无法和自定义pac绑定。一旦修改user-rule.txt,必须更新gfwlist,就把自定义pac给覆盖了,所以只能在自定义pac里面手动修改。 其实绝大部分网站按照IP分流已经非常完美,只有极个别网站因为某些原因要手动指定一下,能支持自定义网站,当然就很方便了。 |
谢谢作者的项目,有很大的帮助。
我想排除或添加一些域名该怎么修改脚本?(不是排除IP)
以域名优先级最高。
The text was updated successfully, but these errors were encountered: