Documentation ¶
Index ¶
Constants ¶
View Source
const ( DNS = "dns" TLS = "tls" GRPC = "grpc" HTTPS = "https" )
These transports are supported by CoreDNS.
View Source
const ( // Port is the default port for DNS Port = "53" // TLSPort is the default port for DNS-over-TLS. TLSPort = "853" // GRPCPort is the default port for DNS-over-gRPC. GRPCPort = "443" // HTTPSPort is the default port for DNS-over-HTTPS. HTTPSPort = "443" )
Port numbers for the various transports.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.