SPF_BUILDER({
label: "@",
- ttl: "1h",
parts: [
"v=spf1",
"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
"mx", // safety net if we change mx
"-all"
]
SPF_BUILDER({
label: "messages",
- ttl: "1h",
parts: [
"v=spf1",
"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
"mx", // safety net if we change mx
"-all"
]
SPF_BUILDER({
label: "noreply",
- ttl: "1h",
parts: [
"v=spf1",
"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
"mx", // safety net if we change mx
"-all"
]
SPF_BUILDER({
label: "otrs",
- ttl: "1h",
parts: [
"v=spf1",
"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
"mx", // safety net if we change mx
"-all"
]
SPF_BUILDER({
label: "community",
- ttl: "1h",
parts: [
"v=spf1",
"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
"mx", // safety net if we change mx
"-all"
]
A("rails3.ams", THORN03_INTERNAL),
A("thorn-03.oob", THORN03_OOB),
- A("thorn-04.bm", THORN04_INTERNAL),
- A("rails4.bm", THORN04_INTERNAL),
- A("thorn-04.oob", THORN04_OOB),
-
- A("thorn-05.bm", THORN05_INTERNAL),
- A("rails5.bm", THORN05_INTERNAL),
- A("thorn-05.oob", THORN05_OOB),
-
// Nominatim servers
A("pummelzacken", PUMMELZACKEN_IPV4),
CNAME("a.tile", "dualstack.n.sni.global.fastly.net.", TTL("10m")),
CNAME("b.tile", "dualstack.n.sni.global.fastly.net.", TTL("10m")),
CNAME("c.tile", "dualstack.n.sni.global.fastly.net.", TTL("10m")),
- // Fastly DNS based ACME Challenge requirement
- CNAME("_acme-challenge.tile", "bxve5ryiwwv7woiraq.fastly-validations.com.", TTL("10m")),
A("render", CULEBRE_IPV4),
A("render", NIDHOGG_IPV4),
A("errol.ucl", ERROL_INTERNAL),
A("errol.oob", ERROL_OOB),
+ A("faffy", FAFFY_IPV4),
+ AAAA("faffy", FAFFY_IPV6),
+ A("faffy.ams", FAFFY_INTERNAL),
+ A("faffy.oob", FAFFY_OOB),
+
// Foundation server
A("ridley", RIDLEY_IPV4),