net.conf.resolv (field)
9 uses
net (current package)
conf.go#L32: resolv *dnsConfig
conf.go#L100: confVal.resolv = dnsReadConfig("/etc/resolv.conf")
conf.go#L101: if confVal.resolv.err != nil && !os.IsNotExist(confVal.resolv.err) &&
conf.go#L102: !os.IsPermission(confVal.resolv.err) {
conf.go#L133: if c.forceCgoLookupHost || c.resolv.unknownOpt || c.goos == "android" {
conf.go#L148: if os.IsNotExist(c.resolv.err) {
conf.go#L151: lookup := c.resolv.lookup
dnsclient_unix.go#L334: conf.dnsConfig = systemConf().resolv
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)