Documentation ¶ Overview ¶ Package dnsx contains DNS extension types. Index ¶ type HTTPSSvc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type HTTPSSvc ¶ type HTTPSSvc struct { // ALPN contains the ALPNs inside the HTTPS reply. ALPN []string // IPv4 contains the IPv4 hints (which may be empty). IPv4 []string // IPv6 contains the IPv6 hints (which may be empty). IPv6 []string } HTTPSSvc is the reply to an HTTPS DNS query. Source Files ¶ View all Source files dnsx.go Click to show internal directories. Click to hide internal directories.