We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
建议内置DNS服务器可以同时向多个递归服务器发送请求,取最快的返回值作为结果。这样可以有效对抗如蜂窝数据网络等高丢包高抖动环境下存在的解析延迟问题。 另外有一个问题:客户端禁止将DNS的final设置为fakeip,是有何种考量?本质上它可以用domain_regex": [ ".*"]来绕过,请问这样做有什么潜在的问题?谢谢。
The text was updated successfully, but these errors were encountered:
因为 fakeip 只负责A 和AAAA
Sorry, something went wrong.
No branches or pull requests
建议内置DNS服务器可以同时向多个递归服务器发送请求,取最快的返回值作为结果。这样可以有效对抗如蜂窝数据网络等高丢包高抖动环境下存在的解析延迟问题。
另外有一个问题:客户端禁止将DNS的final设置为fakeip,是有何种考量?本质上它可以用domain_regex": [ ".*"]来绕过,请问这样做有什么潜在的问题?谢谢。
The text was updated successfully, but these errors were encountered: