Skip to content

Instantly share code, notes, and snippets.

@gwpl
Last active August 25, 2025 12:31
Show Gist options
  • Save gwpl/90089c6d02ddcd019c27ffc7559163c3 to your computer and use it in GitHub Desktop.
Save gwpl/90089c6d02ddcd019c27ffc7559163c3 to your computer and use it in GitHub Desktop.
# first ipv4 for tailscale hostname
# first ipv4 for tailscale hostname
function tsipv4() { tailscale ip "$1"|grep -E '^([0-9]{1,3}\.){3}[0-9]{1,3}$' | head -n 1 ; }
# first ip for tailscale hostname
function tsip() { tailscale ip "$1"| head -n 1 ; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment