summaryrefslogtreecommitdiff
path: root/fix.go
diff options
context:
space:
mode:
Diffstat (limited to 'fix.go')
-rw-r--r--fix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix.go b/fix.go
index 954e0f1..2fe22ec 100644
--- a/fix.go
+++ b/fix.go
@@ -35,11 +35,11 @@ func fix() bool {
log.Log(CHANGE, "OK You do not have real IPv4 addresses. Nothing to fix here")
}
if ! me.statusDNS.IPv6() {
- log.Log(CHANGE, "IPv6 DNS is broken. Check what is broken here")
if fixIPv6dns() {
log.Log(CHANGE, "IPv6 DNS Repair is underway")
return false
}
+ log.Log(CHANGE, "GOOD IPv6 DNS is working!")
}
log.Log(CHANGE, "GOOD YOU SHOULD BE IN IPv6 BLISS")
return true