将域名后缀单独写一行会不会有风险? #1958
Unanswered
Benjamin1919
asked this question in
Q&A
Replies: 1 comment
-
Subdomain begins with domain:, followed by a valid domain name. The prefix domain: may be omitted. All .and domainsand |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
引用一段v2ray官方配置 (https://www.v2ray.com/chapter_02/03_routing.html#ruleobject) 的原话:
纯字符串: 当此字符串匹配目标域名中任意部分,该规则生效。比如"sina.com"可以匹配"sina.com"、"sina.com.cn"和"www.sina.com",但不匹配"sina.cn"。
而在官方的geosite:google标签 (https://github.com/v2fly/domain-list-community/blob/master/data/google) 的域名列表里,对于.and后缀的域名只写了and:
那么理论上"and"既可以匹配"*.and"这种子域名形式,也可以匹配"and.com"、"and.cn"之类的域名,这样岂不是把并不属于谷歌的域名也给囊括进来了?
是不是我理解有误?麻烦解答一下,谢谢!
Beta Was this translation helpful? Give feedback.
All reactions