]> git.openstreetmap.org Git - dns.git/commitdiff
Enable IPv6 addreses for geodns zones
authorTom Hughes <tom@compton.nu>
Wed, 22 Jan 2020 09:07:50 +0000 (09:07 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 22 Jan 2020 09:07:50 +0000 (09:07 +0000)
bin/mkgeo

index ccf11b0249eb04bc34490f4c99a7c9f5c457eb3a..f23d0c56c5d02c752aff6a17187f733e1e4ac8a5 100755 (executable)
--- 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);
             }
         }
     }