This commit is contained in:
hwdsl2
2022-08-27 21:51:19 -05:00
parent 56078b0a1e
commit d2e9b5ff91
6 changed files with 10 additions and 8 deletions

View File

@@ -149,7 +149,7 @@ check_dns() {
check_server_dns() {
if [ -n "$VPN_DNS_NAME" ] && ! check_dns_name "$VPN_DNS_NAME"; then
exiterr "Invalid DNS name. 'VPN_DNS_NAME' must be a fully qualified domain name (FQDN)."
exiterr "Invalid DNS name. 'VPN_DNS_NAME' must be a fully qualified domain name (FQDN)."
fi
}