fix: always use ipv6 to connect to nameserver
docker's internal resolver may return ipv4 addresses
This commit is contained in:
parent
29f7d5ec51
commit
25cc58890b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ case $1 in
|
|||
|
||||
# Craft record
|
||||
cat >/tmp/dns <<DNS
|
||||
server knot.$node
|
||||
server `drill -Q aaaa knot.$node`
|
||||
zone _domainkey.${SUTTY}.
|
||||
origin _domainkey.${SUTTY}.
|
||||
ttl 60
|
||||
|
|
Loading…
Reference in a new issue