From b4afc3b6c0adb8da5b0bb0f8b29d1d495e8dbb00 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 7 Nov 2020 12:38:22 -0500 Subject: [PATCH] remove unused param --- distro-end | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro-end b/distro-end index d917b58..90c3d26 100755 --- a/distro-end +++ b/distro-end @@ -509,7 +509,7 @@ EOF # https://community.openvpn.net/openvpn/wiki/IPv6 # and man openvpn - m vpn-server-setup -n mail -rd -6 2600:3c00:e000:280::/64 2600:3c00:e000:280::1/64 2600:3c00::f03c:91ff:feb4:0bf3 + m vpn-server-setup -n mail -rd -6 2600:3c00:e000:280::/64 2600:3c00:e000:280::1/64 sudo tee /etc/openvpn/client-config-mail/mailclient <<'EOF' ifconfig-push 10.8.0.4 255.255.255.0 ifconfig-ipv6-push 2600:3c00:e000:280::2/64 -- 2.30.2