Skip to content

Instantly share code, notes, and snippets.

@otuva
Created October 12, 2024 15:39
Show Gist options
  • Save otuva/68e84e829d377449a67ddac29abb3a5a to your computer and use it in GitHub Desktop.
Save otuva/68e84e829d377449a67ddac29abb3a5a to your computer and use it in GitHub Desktop.
ip addr | grep "tun0" | grep "inet " | awk '{print $2}' | cut -d'/' -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment