diff options
Diffstat (limited to 'src/usr/bin/vpn-off')
-rwxr-xr-x | src/usr/bin/vpn-off | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/bin/vpn-off b/src/usr/bin/vpn-off new file mode 100755 index 0000000..8270cd4 --- /dev/null +++ b/src/usr/bin/vpn-off @@ -0,0 +1,2 @@ +#!/bin/sh +wg-quick down wg0 |