MCPcopy Create free account
hub / github.com/danderson/netboot / GetRecursiveDNS

Method GetRecursiveDNS

pixiecore/boot_configuration.go:125–127  ·  view source on GitHub ↗

GetRecursiveDNS returns list of addresses of recursive DNS servers, see RFC 3646

()

Source from the content-addressed store, hash-verified

123
124// GetRecursiveDNS returns list of addresses of recursive DNS servers, see RFC 3646
125func (bc *APIBootConfiguration) GetRecursiveDNS() []net.IP {
126 return bc.RecursiveDNS
127}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected