mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-25 17:45:55 +03:00
[GH-ISSUE #241] VPN DNS name #223
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @niksy on GitHub (Jun 6, 2021).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/241
What is the purpose of
VPN_DNS_NAMEenvironment variable?If I set it to my FQDN, I still need to update
ADNS records either manually (e.g. I’m using static IP address) or automatically with DNS updater service (if I’m using dynamic IP address). Is this something container related?@hwdsl2 commented on GitHub (Jun 6, 2021):
@niksy Hello! You are correct that DNS records will need to be updated after setting VPN_DNS_NAME.
The primary purpose of this variable is for generating the server certificate inside the container for IKEv2. When connecting using IKEv2 mode, the VPN server must have a certificate that contains the FQDN specified in the VPN server address field of the VPN client, otherwise the client may refuse to connect.