Skip to content

Instantly share code, notes, and snippets.

@mrded
mrded / ubuntu-vpn-install.sh
Last active December 27, 2015 02:49 — forked from nshkuro/setup vpn script
Ubuntu: Install and setup VPN (poptop)
#!/bin/bash
echo "Select on option:"
echo "1) Set up new PoPToP server AND create one user"
echo "2) Create additional users"
read x
if test $x -eq 1; then
echo "Enter username that you want to create (eg. client1 or john):"
read u
echo "Specify password that you want the server to use:"
read p