diff options
| author | Jeff Carr <[email protected]> | 2023-12-16 09:02:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-16 09:02:59 -0600 |
| commit | 27696b976485f989d664f330e9c328de93e8e672 (patch) | |
| tree | 3fd2fe38e90e78d782e6f65cc726de8c54fa7c18 /structs.go | |
| parent | dbd81e9462846f716ba4cebe383d2215e01ce563 (diff) | |
gocui mode works again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ type Host struct { DnsAAAA *gui.Node // the actual DNS AAAA results DnsA *gui.Node // the actual DNS A results (ignore for status since mostly never happens?) DnsStatus *gui.Node // the current state of DNS + fix *gui.Node // button for the user to click } type IPtype struct { |
