]> git.openstreetmap.org Git - dns.git/commitdiff
Add short community alias.
authorGrant Slater <github@firefishy.com>
Mon, 2 Jan 2023 01:45:47 +0000 (01:45 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 2 Jan 2023 01:45:47 +0000 (01:45 +0000)
src/openstreetmap.js

index 27573ac5fa973a1bc6c9e868784b85938aee6287..7a9409f8ba9dc537fb6b76e9040095192b28d38b 100644 (file)
@@ -629,8 +629,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   AAAA("jakelong", JAKELONG_IPV6),
   A("community", JAKELONG_IPV4),
   A("communities", JAKELONG_IPV4),
+  A("c", JAKELONG_IPV4),
   AAAA("community", JAKELONG_IPV6),
   AAAA("communities", JAKELONG_IPV6),
+  AAAA("c", JAKELONG_IPV6),
   A("jakelong.dub", JAKELONG_INTERNAL),
   A("jakelong.oob", JAKELONG_OOB),
   CNAME("community-cdn", "dualstack.n.sni.global.fastly.net."),