I use own DNS servers and the DNS servers in the script do not work.
I change it and by the next update it is back to google and cloudflare.
/usr/local/directadmin/scripts/letsencrypt.sh
Why it not look to the server dns settings /etc/resolv.conf
# Use Google DNS for external lookups
DNS_SERVER="8.8.8.8"
DNS6_SERVER="2001:4860:4860::8888"
# Fallback DNS server
NEW_IP="1.1.1.1"
NEW6_IP="2606:4700:4700::1111"
#NEW_IP=`cat /etc/resolv.conf |grep ^nameserver | grep -v 127.0.0.1 | head -n1 | cut -d\ -f2`
DA_IPV6=false
I change it and by the next update it is back to google and cloudflare.
/usr/local/directadmin/scripts/letsencrypt.sh
Why it not look to the server dns settings /etc/resolv.conf
# Use Google DNS for external lookups
DNS_SERVER="8.8.8.8"
DNS6_SERVER="2001:4860:4860::8888"
# Fallback DNS server
NEW_IP="1.1.1.1"
NEW6_IP="2606:4700:4700::1111"
#NEW_IP=`cat /etc/resolv.conf |grep ^nameserver | grep -v 127.0.0.1 | head -n1 | cut -d\ -f2`
DA_IPV6=false