1 D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
3 // Publish CAA records indicating that only letsencrypt should issue certificates
7 iodef: "mailto:hostmaster@openstreetmap.org",
22 "include:_spf.google.com", // Google GSuite
23 "ip4:212.110.172.32", // shenron ipv4
24 "ip6:2001:41c9:1:400::32", // shenron ipv6
25 "ip4:184.104.226.98", // fafnir ipv4
26 "ip6:2001:470:1:b3b::2", // fafnir ipv6
31 // Let google handle email
33 MX("@", 1, "aspmx.l.google.com."),
34 MX("@", 5, "alt1.aspmx.l.google.com."),
35 MX("@", 5, "alt2.aspmx.l.google.com."),
36 MX("@", 10, "alt3.aspmx.l.google.com."),
37 MX("@", 10, "alt4.aspmx.l.google.com."),
39 // Aliases for google services
41 CNAME("login", "ghs.googlehosted.com."),
42 CNAME("docs", "ghs.googlehosted.com."),
43 CNAME("mail", "ghs.googlehosted.com."),
44 CNAME("calendar", "ghs.googlehosted.com."),
45 CNAME("sites", "ghs.googlehosted.com."),
47 // Main web server and it's aliases
52 AAAA("www", NAGA_IPV6),
54 AAAA("2022", NAGA_IPV6),
56 AAAA("2021", NAGA_IPV6),
58 AAAA("2020", NAGA_IPV6),
60 AAAA("2019", NAGA_IPV6),
62 AAAA("2018", NAGA_IPV6),
64 AAAA("2017", NAGA_IPV6),
66 AAAA("2016", NAGA_IPV6),
68 AAAA("2013", NAGA_IPV6),
69 A("2012", RIDLEY_IPV4),
70 A("2011", RIDLEY_IPV4),
71 A("2010", RIDLEY_IPV4),
72 A("2009", RIDLEY_IPV4),
73 A("2008", RIDLEY_IPV4),
74 A("2007", RIDLEY_IPV4),
76 // Google Site Verification - Grant
77 TXT("2022", "google-site-verification=wT1dJzSYM_2By372lJ_v9IU1crF21qOySEAPABxUcyo"),
78 TXT("@", "google-site-verification=pqJHZHtrC4UhevQdPlR_2gVDPml6UCwmyHq75bfWLRQ")