chore: impl rfc9250 DoQ client
This commit is contained in:
parent
ea7cb3c6cd
commit
2008cd9ed9
2 changed files with 22 additions and 7 deletions
|
@ -10,7 +10,7 @@ const (
|
|||
// DefaultTCPPort specifies the default port for a DNS server connecting over TCP.
|
||||
DefaultTCPPort = "53"
|
||||
// DefaultDOQPort specifies the default port for a DNS server connecting over DNS over QUIC.
|
||||
DefaultDOQPort = "784"
|
||||
DefaultDOQPort = "853"
|
||||
UDPResolver = "udp"
|
||||
DOHResolver = "doh"
|
||||
TCPResolver = "tcp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue