summaryrefslogtreecommitdiff
path: root/net.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 21:41:46 -0500
committerJeff Carr <[email protected]>2024-11-01 21:41:46 -0500
commit7e1460f9f633572def950f005080f899613ba9d0 (patch)
treedf2ac08c5813291431dee7d9f226b2827dd757c7 /net.go
parent40e811b3b39ffe8d6c2394dc024bb0770933683a (diff)
getDomainname()v0.22.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'net.go')
-rw-r--r--net.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.go b/net.go
index ed8019c..b3a9d45 100644
--- a/net.go
+++ b/net.go
@@ -101,7 +101,7 @@ func realA() []string {
return a
}
-func checkDNS() (map[string]*IPtype, map[string]*IPtype) {
+func checkDNSOld() (map[string]*IPtype, map[string]*IPtype) {
var ipv4s map[string]*IPtype
var ipv6s map[string]*IPtype