We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
除了A和AAAA,HTTPS(65) 也可能包含ip信息,需要处理一下
ref: https://taoshu.in/dns/dns-svcb-https.html ref: AdguradHome
禁用 IPv6 地址的解析 丢弃对 IPv6 地址(类型 AAAA)的所有 DNS 查询,并从 HTTPS 响应中删除 IPv6 相关的信息。
The text was updated successfully, but these errors were encountered:
- matches: qtype 65 exec: reject 3
把HTTPS的请求拒绝掉吧,没什么影响。 期待后续能支持。
Sorry, something went wrong.
- matches: qtype 65 exec: reject 3 把HTTPS的请求拒绝掉吧,没什么影响。 期待后续能支持。
这个里面有些东西还是有用的,比如alpn协议的信息,如果网站支持HTTP3,浏览器就会直接使用HTTP3协议访问,而不是先用TCP握手,可以绕过一些SNI阻断之类的GFW拦截
No branches or pull requests
希望添加的功能
除了A和AAAA,HTTPS(65) 也可能包含ip信息,需要处理一下
ref: https://taoshu.in/dns/dns-svcb-https.html
ref: AdguradHome
The text was updated successfully, but these errors were encountered: