Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AS112 ¶
type AS112 struct {
// contains filtered or unexported fields
}
AS112 type.
func (*AS112) ServeDNS ¶
func (a *AS112) ServeDNS(ctx context.Context, ch *middleware.Chain)
(*AS112).ServeDNS serveDNS implements the Handle interface. A wire-born request never decodes here: non-arpa names pass on one case-folded suffix compare, arpa names that miss the empty zones — every legitimate reverse lookup — pass after a zero-allocation canonical suffix walk, and an empty-zone hit builds its response from parsed scalars.
Click to show internal directories.
Click to hide internal directories.