Added initial code.
This commit is contained in:
parent
b20c62c46e
commit
aa8e08afca
27 changed files with 565 additions and 8 deletions
3
bash/sb-vpn
Normal file
3
bash/sb-vpn
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ip -o -4 a show tun0 | awk '/inet 10\./ {print $4}' | cut -d'/' -f1
|
Loading…
Add table
Add a link
Reference in a new issue