diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 19:58:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 19:58:58 -0600 |
| commit | cefe15539fc8f9d96a793c1aeea6e806cfc0944c (patch) | |
| tree | 9569ccb0ca0598f53335c4866c9608323875518b /main.go | |
| parent | 53fbb4cb85ffe7be05aedfcb40a17bf8d15560ad (diff) | |
knows which AAAA records are broken!
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ func main() { setupControlPanelWindow() me.digStatus = NewDigStatusWindow(me.myGui) - me.status = NewHostnameStatusWindow(me.myGui) + me.statusDNS = NewHostnameStatusWindow(me.myGui) linuxstatus.New() |
