updated documentation
This commit is contained in:
7
VPN/unify-vpn/logout.sh
Executable file
7
VPN/unify-vpn/logout.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
ip route del default dev ppp0
|
||||
ip route del 192.168.2.0/24 dev ppp0
|
||||
|
||||
echo "d HOMESERVER" > /var/run/xl2tpd/l2tp-control
|
||||
service xl2tpd restart
|
||||
Reference in New Issue
Block a user