From: Ian Kelling Date: Sat, 7 Sep 2019 19:23:16 +0000 (-0400) Subject: support ipv6 X-Git-Url: https://iankelling.org/git/?p=vpn-setup;a=commitdiff_plain;h=e4c2b65e04673dc12575e4c1a182fe86e3dc219a;ds=sidebyside support ipv6 --- diff --git a/vpn-server-setup b/vpn-server-setup index 30080d4..a311ba8 100755 --- a/vpn-server-setup +++ b/vpn-server-setup @@ -37,6 +37,10 @@ For ipv6, we assume ipv6_addr routes to the server. You can save all the keys by storing /etc/openvpn/easy-rsa/keys, and the script will not generate them if it sees they exist already. +For future updates to this script, this is a good place to +take inspiration. +https://github.com/angristan/openvpn-install/blob/master/openvpn-install.sh + Note: Uses GNU getopt options parsing style EOF exit $1