Closed
Conversation
海外大公司在国内有CDN节点的都被纳入geosite:cn了 README中逻辑完全说反了
Author
|
另外我认为对于此类域名,直接将其纳入 不仅如此,为了尽可能地消除歧义,似乎我们应该拥有一个新的标签 因为目前这种强行将其纳入cn的操作容易送中,不谈大企业节操问题 |
Owner
|
|
Author
|
实测最新版的geosite中: apple.com、microsoft.com、dl.google.com全部属于 下面这个xray配置文件,解析www.apple.com预期ip应该是Akamai,结果却是国内ip {
"dns": {
"hosts": {
},
"servers": [
{
"address": "1.1.1.1",
"port": 53,
"skipFallback": true,
"domains": ["geosite:geolocation-!cn"]
},
{
"address": "114.114.114.114",
"port": 53,
"skipFallback": true,
"domains": ["geosite:cn"],
"expectIPs": ["geoip:cn"]
},
"1.1.1.1"
]
}
} {
"type": "field",
"ip": ["8.8.8.8", "1.1.1.1"],
"outboundTag": "proxy"
},
{
"type": "field",
"ip": ["114.114.114.114", "114.114.115.115"],
"outboundTag": "direct"
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
海外大公司在国内有CDN节点的都被纳入geosite:cn了
README中逻辑完全说反了