add utility to find wipeos vpn ip based off of cert if
This commit is contained in:
parent
53cd608716
commit
9ffe295922
4
home/bin/vpnip
Executable file
4
home/bin/vpnip
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
ssh -t login.wipeos.com "grep $1 /var/log/openvpn/openvpn-status.log" 2>/dev/null | cut -d$'\n' -f2 | cut -d',' -f1
|
||||
|
Loading…
Reference in New Issue
Block a user