diff options
Diffstat (limited to 'net.go')
| -rw-r--r-- | net.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
