1.5.0 加入的 FakeDNS 改进相关疑问 #1112
Unanswered
KobeArthurScofield
asked this question in
Q&A
Replies: 2 comments
-
根据在 v2rayNG 上仅 IPv6 FakeIP 池的测试结果看似乎是因为 FakeDNS 没有返回 IPv6 FakeIP 而是空解析。
|
Beta Was this translation helpful? Give feedback.
0 replies
-
联动一下,今天测试了下fakedns+others,遇到的这个问题 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
浏览过更新记录发现 1.5.0 在 #731 引入了
fakedns+others
Sniffer 及 FakeDNS Pools (多 FakeDNS 池可于 FakeDNSObject 配置为数组)。现有的疑问是:
将
"destOverride"
配置为["fakedns+others"]
是否会和["http", "tls", "fakedns"]
(1.5.6 后为["http", "tls", "quic", "fakedns"]
)完全等价?在 v2rayNG 1.7.8 (Xray-core1.5.5) 中用自定义配置文件的方式配置 FakeIP 池:
可以使用,但会导致偶尔的首次访问延迟比下方配置延迟明显变大(使用下方配置时体验良好):
配置中 DNS 查询策略为
"queryStrategy": "UseIP"
。是否在多池或者 IPv4 / IPv6 双池的情况下访问会因为 IPv6 FakeIP 池的原因引发超时回退?(仅 IPv6 FakeIP 池可以运行但是会导致连接错误(相关日志在下方),但单 IPv4 FakeIP 池并不会影响最终对 IPv6 地址的访问)Beta Was this translation helpful? Give feedback.
All reactions