diff options
| author | Jeff Carr <[email protected]> | 2023-03-25 08:09:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-03-25 08:09:34 -0500 |
| commit | 8e2f94c4acb623c70aaaf0178e2ba67a2f6e4ce9 (patch) | |
| tree | b64d64ecb015481c83dcbe5bb434f1d9e3a21dcc /structs.go | |
| parent | 0b26e5f1ca6807a1bc3fc6c365d449c5f6a4a866 (diff) | |
add interfaces to the dropdown menu
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
@@ -27,6 +27,7 @@ type Host struct { fqdn *gui.Node // display the full hostname IPv4 *gui.Node // show valid IPv4 addresses IPv6 *gui.Node // show valid IPv6 addresses + Interfaces *gui.Node // Interfaces } type IPtype struct { |
