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("2024", NAGA_IPV6),
56 AAAA("2022", NAGA_IPV6),
58 AAAA("2021", NAGA_IPV6),
60 AAAA("2020", NAGA_IPV6),
62 AAAA("2019", NAGA_IPV6),
64 AAAA("2018", NAGA_IPV6),
66 AAAA("2017", NAGA_IPV6),
68 AAAA("2016", NAGA_IPV6),
70 AAAA("2013", NAGA_IPV6),
71 A("2012", RIDLEY_IPV4),
72 A("2011", RIDLEY_IPV4),
73 A("2010", RIDLEY_IPV4),
75 AAAA("2009", NAGA_IPV6),
77 AAAA("2008", NAGA_IPV6),
79 AAAA("2007", NAGA_IPV6),
81 // HTTPS / SVCB records
82 HTTPS("@", 1, ".", "alpn=h2"),
83 HTTPS("www", 1, ".", "alpn=h2"),
84 HTTPS("2024", 1, ".", "alpn=h2"),
85 HTTPS("2022", 1, ".", "alpn=h2"),
86 HTTPS("2021", 1, ".", "alpn=h2"),
87 HTTPS("2020", 1, ".", "alpn=h2"),
88 HTTPS("2019", 1, ".", "alpn=h2"),
89 HTTPS("2018", 1, ".", "alpn=h2"),
90 HTTPS("2017", 1, ".", "alpn=h2"),
91 HTTPS("2016", 1, ".", "alpn=h2"),
92 HTTPS("2013", 1, ".", "alpn=h2"),
93 HTTPS("2012", 1, ".", "alpn=h2"),
94 HTTPS("2011", 1, ".", "alpn=h2"),
95 HTTPS("2010", 1, ".", "alpn=h2"),
96 HTTPS("2009", 1, ".", "alpn=h2"),
97 HTTPS("2008", 1, ".", "alpn=h2"),
98 HTTPS("2007", 1, ".", "alpn=h2"),
100 // Google Site Verification - Grant
101 TXT("2022", "google-site-verification=wT1dJzSYM_2By372lJ_v9IU1crF21qOySEAPABxUcyo"),
102 TXT("@", "google-site-verification=pqJHZHtrC4UhevQdPlR_2gVDPml6UCwmyHq75bfWLRQ")