From 9661b20ede59396bb5ae7b2f6e1c1c8adf5cf3d8 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Fri, 4 Jul 2025 16:23:51 +0200 Subject: [PATCH] nu: Add DNS to `tailscale peer` command --- tree/.local/nu/tailscale.nu | 1 + 1 file changed, 1 insertion(+) diff --git a/tree/.local/nu/tailscale.nu b/tree/.local/nu/tailscale.nu index 3f15f4a..f750fe9 100644 --- a/tree/.local/nu/tailscale.nu +++ b/tree/.local/nu/tailscale.nu @@ -27,6 +27,7 @@ def "tailscale peer" [ active: $peer.Active, rx: ($peer.RxBytes | into filesize), tx: ($peer.TxBytes | into filesize), + dns: ($peer.DNSName), } })