diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 14:57:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 14:57:51 -0600 |
| commit | 5dee2af78434191a27987acfb02902a11f81067c (patch) | |
| tree | 43e9877f72f3a575c68c3e6648ab4928ecf511cb /linuxstatus/structs.go | |
| parent | ba3d5a3cb24429692a1d799e73a9d53cc798212e (diff) | |
old window is nearly deprecated
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/structs.go')
| -rw-r--r-- | linuxstatus/structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxstatus/structs.go b/linuxstatus/structs.go index 10fec02..a012074 100644 --- a/linuxstatus/structs.go +++ b/linuxstatus/structs.go @@ -30,7 +30,7 @@ type LinuxStatus struct { hostshort *gadgets.OneLiner domainname *gadgets.OneLiner fqdn *gadgets.OneLiner - NSrr *gadgets.OneLiner + resolver *gadgets.OneLiner uid *gadgets.OneLiner IPv4 *gadgets.OneLiner IPv6 *gadgets.OneLiner |
