3 lines
89 B
Bash
3 lines
89 B
Bash
#!/usr/bin/env bash
|
|
|
|
ip -o -4 a show tun0 | awk '/inet 10\./ {print $4}' | cut -d'/' -f1
|