X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/78d11a2f0bf819a8de4bd8ad19f241a99c2e7c51..4de129fd5d6686eb1ea7fcae4f9c976d0fe5623b:/src/switch2osm.js diff --git a/src/switch2osm.js b/src/switch2osm.js index fa425c1..b00066f 100644 --- a/src/switch2osm.js +++ b/src/switch2osm.js @@ -27,7 +27,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Main web server and it's aliases - A("@", RIDLEY_IPV4, TTL("10m")), - A("www", RIDLEY_IPV4, TTL("10m")) + A("@", NAGA_IPV4, TTL("10m")), + AAAA("@", NAGA_IPV6, TTL("10m")), + A("www", NAGA_IPV4, TTL("10m")) + AAAA("www", NAGA_IPV6, TTL("10m")) );