用google dns测试ECS 功能,发现只有Dot能正确返回子网附近的IP,换成udp,或者Doh均会获得远端地址。 #2227
Closed
mengdegege
started this conversation in
General
Replies: 1 comment 1 reply
-
|
仔细测试了,发现是还没生效,或由于doh3不支持,或者是子网配置不合理导致的. ecs的功能没有问题. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
配置:
解析结果
可是换成
nameserver: [udp://8.8.8.8#proxy&ecs=202.170.128.0/22&ecs-override=true]或者
nameserver: [https://8.8.8.8/dns-query#proxy&ecs=202.170.128.0/22&ecs-override=true]时
则会获得:
这是代理远端的地址.

Ai问了一下,表示根据文档显示,google DNS确认是所有协议类型都支持ECS的.
使用的是clash verge rev客户端. 每次修改都重启了, 刷新了DNS缓存. 反复测试都是同一个结果,不清楚是哪里的问题.
Beta Was this translation helpful? Give feedback.
All reactions