- References
- Dependency
unittest2
unittest2
#!/bin/bash | |
# vpnsetup.sh - Set up a L2TP VPN on Debian/Ubuntu systems. | |
# Written by Vítor De Araújo <https://elmord.org/>. | |
# Version 1.2, 2018-08-23. | |
# Location where the VPN control script will be installed. | |
VPNCTL_SCRIPT=/usr/local/bin/vpn | |
# Am I bash? |