net.resolverConfig.dnsConfig (field)
8 uses
net (current package)
dnsclient_unix.go#L325: dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups
dnsclient_unix.go#L334: conf.dnsConfig = systemConf().resolv
dnsclient_unix.go#L335: if conf.dnsConfig == nil {
dnsclient_unix.go#L336: conf.dnsConfig = dnsReadConfig("/etc/resolv.conf")
dnsclient_unix.go#L367: if mtime.Equal(conf.dnsConfig.mtime) {
dnsclient_unix.go#L373: conf.dnsConfig = dnsConf
dnsclient_unix.go#L401: conf := resolvConf.dnsConfig
dnsclient_unix.go#L578: conf := resolvConf.dnsConfig
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |