c83148245b
- Add a variable VPN_DNS_NAME, which can be defined when running the IKEv2 script in auto mode, to set up IKEv2 using a DNS name instead of an IP address for the VPN server. The DNS name must be a fully qualified domain name (FQDN). Example: VPN_DNS_NAME=vpn.example.com bash ikev2.sh --auto - Minor cleanup