Closed sokkoban closed 8 months ago
Same for me
Same for me :-(
Here the piece of code that cause this issue:
# Preliminary record checks ipv4=$(host "$domain" | grep -m1 -Eo '([0-9]+\.){3}[0-9]+') [ -z "$ipv4" ] && echo "\033[0;31mPlease point your domain ("$domain") to your server's ipv4 address." && exit 1 **ipv6=$(host "$domain" | grep "IPv6" | awk '{print $NF}') [ -z "$ipv6" ] && echo "\033[0;31mPlease point your domain ("$domain") to your server's ipv6 address." && exit 1
**
Must be disabled or commented
Thank you.
The actual solution is to follow the directions and "Point your domain to your server's IPv6 address."
The actual solution is to follow the directions and "Point your domain to your server's IPv6 address."
I have the same issue (on linode) and I have set the same records for IPv4 and IPv6. Whois seems to recognize them but the "host" command doesn't (;; communications error to ::1#53: connection refused
). haven't set any firewall whatsoever
Hello, I'm trying to install on ubuntu 22.04 server but get this error: Please point your domain (domain.com) to your server's ipv6 address.