Massive change to the structure of the tree.
This commit is contained in:
parent
2fc5f7a514
commit
c71934ed3b
137 changed files with 51 additions and 266 deletions
|
@ -1,7 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
interface=$(ip a | grep 'wg[0-9]:' | awk -F': ' '{print $2}')
|
||||
case $interface in
|
||||
wg0) printf 'wireguard running' ;;
|
||||
wg1) printf 'wireguard running (all traffic)' ;;
|
||||
esac
|
Loading…
Add table
Add a link
Reference in a new issue