diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 17:51:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 17:51:41 -0600 |
| commit | 0148cec0b28d88f348b88b54ddd9dcbc7c71c823 (patch) | |
| tree | ae1741261377d339779266beb862d1ef59dc2e36 /dns.go | |
| parent | 15d9f9769360b1cb8c748de8ee995030ade5eb35 (diff) | |
purge years of old test code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'dns.go')
| -rw-r--r-- | dns.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -40,6 +40,7 @@ func (h *Host) setIPv4(ipv4s map[string]*IPtype) { } } +/* func (h *Host) checkDNS() { var ip4 bool = false var ip6 bool = false @@ -74,6 +75,7 @@ func (h *Host) checkDNS() { log.Println(args.VerboseDNS, "IPv6 is broken. Need to fix it here.") } } +*/ // nsLookup performs an NS lookup on the given domain name. func lookupNS(domain string) { @@ -113,7 +115,7 @@ func lookupNS(domain string) { if (tmp != me.status.NSrr.Get()) { me.changed = true - log.Log(CHANGE, "lookupNS() setting me.NSrr =", tmp) + log.Log(CHANGE, "lookupNS() setting changed to me.NSrr =", tmp) me.status.NSrr.Set(tmp) } } |
