From e4c2b65e04673dc12575e4c1a182fe86e3dc219a Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 7 Sep 2019 15:23:16 -0400 Subject: [PATCH] support ipv6 --- vpn-server-setup | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2