Added initial code.

This commit is contained in:
eplots 2024-07-03 21:06:41 +02:00
parent b20c62c46e
commit aa8e08afca
27 changed files with 565 additions and 8 deletions

3
bash/sb-vpn Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
ip -o -4 a show tun0 | awk '/inet 10\./ {print $4}' | cut -d'/' -f1