diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 21:17:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 21:17:06 -0600 |
| commit | e5319cd50ed56a2b4039c8ca503344cc8b0eea0f (patch) | |
| tree | 282480148bf0089259fd99ee7c4671989a3132df /fix.go | |
| parent | 5e9f1591cab5602ac9d9f6e6a24f83ba5dc86126 (diff) | |
status changes to working if it's working
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'fix.go')
| -rw-r--r-- | fix.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
