Browse Source

Merge d15f4dcdcd into 0e802e7c2c

pull/668/merge
Mohammad Alhashash 4 months ago
committed by GitHub
parent
commit
766fffe46d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      getssl

+ 0
- 3
getssl View File

@ -1456,9 +1456,6 @@ for d in "${alldomains[@]}"; do
if [[ -z "$AUTH_DNS_SERVER" ]]; then
# Find authorative dns server for _acme-challenge.{domain} (for CNAMES/acme-dns)
get_auth_dns "${rr}"
if test -n "${cname}"; then
rr=${cname}
fi
# If no authorative dns server found, try again for {domain}
if [[ -z "$primary_ns" ]]; then


Loading…
Cancel
Save