Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Feature request] prefer plugin support for HTTPS record #782

Open
ljcbaby opened this issue Jan 5, 2024 · 2 comments
Open

[Feature request] prefer plugin support for HTTPS record #782

ljcbaby opened this issue Jan 5, 2024 · 2 comments

Comments

@ljcbaby
Copy link

ljcbaby commented Jan 5, 2024

希望添加的功能

除了A和AAAA,HTTPS(65) 也可能包含ip信息,需要处理一下

ref: https://taoshu.in/dns/dns-svcb-https.html
ref: AdguradHome

禁用 IPv6 地址的解析
丢弃对 IPv6 地址(类型 AAAA)的所有 DNS 查询,并从 HTTPS 响应中删除 IPv6 相关的信息。

@daiyeqi
Copy link

daiyeqi commented Feb 18, 2024

- matches: qtype 65
  exec: reject 3

把HTTPS的请求拒绝掉吧,没什么影响。
期待后续能支持。

@MDZZ-123
Copy link

MDZZ-123 commented Nov 9, 2024

- matches: qtype 65
  exec: reject 3

把HTTPS的请求拒绝掉吧,没什么影响。 期待后续能支持。

这个里面有些东西还是有用的,比如alpn协议的信息,如果网站支持HTTP3,浏览器就会直接使用HTTP3协议访问,而不是先用TCP握手,可以绕过一些SNI阻断之类的GFW拦截

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants