"include:_spf.google.com", // Google GSuite
"ip4:212.110.172.32", // shenron ipv4
"ip6:2001:41c9:1:400::32", // shenron ipv6
+ "ip4:184.104.226.98", // fafnir ipv4
+ "ip6:2001:470:1:b3b::2", // fafnir ipv6
+ "-all"
+ ]
+ }),
+
+ SPF_BUILDER({
+ label: "wiki",
+ parts: [
+ "v=spf1",
+ "ip4:184.104.226.98", // fafnir ipv4
+ "ip6:2001:470:1:b3b::2", // fafnir ipv6
"-all"
]
}),
// Main web server and it's aliases
- A("@", RIDLEY_IPV4, TTL("10m")),
- A("www", RIDLEY_IPV4, TTL("10m")),
- A("wiki", RIDLEY_IPV4, TTL("10m")),
- A("blog", RIDLEY_IPV4, TTL("10m")),
- A("crm", RIDLEY_IPV4, TTL("10m")),
- A("join", RIDLEY_IPV4, TTL("10m")),
- A("board", RIDLEY_IPV4, TTL("10m")),
- A("dwg", RIDLEY_IPV4, TTL("10m")),
- A("mwg", RIDLEY_IPV4, TTL("10m")),
- A("operations", RIDLEY_IPV4, TTL("10m")),
+ A("@", RIDLEY_IPV4),
+ A("www", RIDLEY_IPV4),
+ A("wiki", RIDLEY_IPV4),
+ A("blog", RIDLEY_IPV4),
+ A("crm", RIDLEY_IPV4),
+ A("join", RIDLEY_IPV4),
+ A("board", RIDLEY_IPV4),
+ A("dwg", RIDLEY_IPV4),
+ A("mwg", RIDLEY_IPV4),
+ A("operations", NAGA_IPV4),
+ AAAA("operations", NAGA_IPV6),
// Nextcloud instance
- CNAME("files", "nextcloud-openstreetmapfoundation.cloud68.systems.")
+ CNAME("files", "nextcloud-openstreetmapfoundation.cloud68.systems."),
+
+ A("hardware", IDRIS_IPV4)
);