From f513eb55e1b1e2091b1906ee2bd8274d00249684 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 23 Mar 2022 19:16:04 +0000 Subject: [PATCH] Add communities alias for community site --- src/openstreetmap.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openstreetmap.js b/src/openstreetmap.js index 16a8418..5fae072 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -685,7 +685,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("jakelong", JAKELONG_IPV4), AAAA("jakelong", JAKELONG_IPV6), A("community", JAKELONG_IPV4), + A("communities", JAKELONG_IPV4), AAAA("community", JAKELONG_IPV6), + AAAA("communities", JAKELONG_IPV6), A("jakelong.dub", JAKELONG_INTERNAL), A("jakelong.oob", JAKELONG_OOB), -- 2.39.5