From d7b8f1eb27f54f99bd00d1ab523086734e970fec Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 8 Aug 2023 19:59:40 +0100 Subject: [PATCH] Add donate.osmf --- src/osmfoundation.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/osmfoundation.js b/src/osmfoundation.js index b44d1a1..003090a 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -96,10 +96,13 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("www", RIDLEY_IPV4), A("wiki", RIDLEY_IPV4), A("blog", RIDLEY_IPV4), + A("crm", RIDLEY_IPV4), A("join", RIDLEY_IPV4), A("support", RIDLEY_IPV4), A("supporting", RIDLEY_IPV4), + A("donate", RIDLEY_IPV4), + A("board", RIDLEY_IPV4), A("dwg", RIDLEY_IPV4), A("mwg", RIDLEY_IPV4), -- 2.45.1