Documentation ¶
Overview ¶
Package edns provides function useful for adding/inspecting OPT records to/in messages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetSupportedOption ¶ added in v1.3.0
func SetSupportedOption(option uint16)
SetSupportedOption adds a new supported option the set of EDNS0 options that we support. Plugins typically call this in their setup code to signal support for a new option. By default we support: dns.EDNS0NSID, dns.EDNS0EXPIRE, dns.EDNS0COOKIE, dns.EDNS0TCPKEEPALIVE, dns.EDNS0PADDING. These values are not in this map and checked directly in the server.
func SupportedOption ¶ added in v1.3.0
SupportedOption returns true if the option code is supported as an extra EDNS0 option.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.