summaryrefslogtreecommitdiff
path: root/net.go
diff options
context:
space:
mode:
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