From 7e1460f9f633572def950f005080f899613ba9d0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 1 Nov 2024 21:41:46 -0500 Subject: getDomainname() Signed-off-by: Jeff Carr --- net.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net.go') 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 -- cgit v1.2.3