updated documentation

This commit is contained in:
2022-10-19 22:20:41 +02:00
parent a4e49535a8
commit cf2a368ddd
8 changed files with 136 additions and 18 deletions

7
VPN/unify-vpn/logout.sh Executable file
View 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