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