From: Tom Hughes Date: Wed, 22 Jan 2020 09:07:50 +0000 (+0000) Subject: Enable IPv6 addreses for geodns zones X-Git-Url: https://git.openstreetmap.org/dns.git/commitdiff_plain/528a4d77cca687971dc683d1ced027336da3995e Enable IPv6 addreses for geodns zones --- diff --git a/bin/mkgeo b/bin/mkgeo index ccf11b0..f23d0c5 100755 --- a/bin/mkgeo +++ b/bin/mkgeo @@ -528,7 +528,7 @@ sub output_server if ($server->{ipv6}) { -# $zonefile->printf("3${name}:$server->{ipv6}:600\n", $index + 1); + $zonefile->printf("3${name}:$server->{ipv6}:600\n", $index + 1); } } }