mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
add support for dns over http/3
This commit is contained in:
parent
6d9c8f5936
commit
c3dddac785
11 changed files with 61 additions and 8 deletions
|
|
@ -763,6 +763,10 @@ The followings values are supported:
|
|||
|
||||
.. _dns over https: https://datatracker.ietf.org/doc/html/rfc8484
|
||||
|
||||
* dns-over-http/3 | doh3 | h3
|
||||
|
||||
If *dns over http/3* should be used.
|
||||
|
||||
* dns-over-quic | doq | quic
|
||||
|
||||
If `dns over quic`_ should be used.
|
||||
|
|
@ -771,6 +775,8 @@ The followings values are supported:
|
|||
|
||||
.. versionchanged:: added dns over quic support since version 1.7.15
|
||||
|
||||
.. versionchanged:: added dns over http/3 support since version 1.7.27
|
||||
|
||||
.. _conf_value_dns_encryption_config:
|
||||
|
||||
dns encryption config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue