diff options
Diffstat (limited to 'fvpnd_stop.sh')
| -rwxr-xr-x | fvpnd_stop.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fvpnd_stop.sh b/fvpnd_stop.sh new file mode 100755 index 0000000..bed0acc --- /dev/null +++ b/fvpnd_stop.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +TAP=fvpn0 + +killall fatvpnd +ip link set $TAP down +ip tuntap del $TAP mode tap + + |