mirror of
https://github.com/coredns/coredns.git
synced 2025-11-30 07:34:02 -05:00
Add basic support for DoH3 (#7677)
This commit is contained in:
@@ -2,12 +2,13 @@ package transport
|
||||
|
||||
// These transports are supported by CoreDNS.
|
||||
const (
|
||||
DNS = "dns"
|
||||
TLS = "tls"
|
||||
QUIC = "quic"
|
||||
GRPC = "grpc"
|
||||
HTTPS = "https"
|
||||
UNIX = "unix"
|
||||
DNS = "dns"
|
||||
TLS = "tls"
|
||||
QUIC = "quic"
|
||||
GRPC = "grpc"
|
||||
HTTPS = "https"
|
||||
HTTPS3 = "https3"
|
||||
UNIX = "unix"
|
||||
)
|
||||
|
||||
// Port numbers for the various transports.
|
||||
|
||||
Reference in New Issue
Block a user