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
29 // Let google handle email
31 MX("@", 1, "aspmx.l.google.com.", TTL("1h")),
32 MX("@", 5, "alt1.aspmx.l.google.com.", TTL("1h")),
33 MX("@", 5, "alt2.aspmx.l.google.com.", TTL("1h")),
34 MX("@", 10, "alt3.aspmx.l.google.com.", TTL("1h")),
35 MX("@", 10, "alt4.aspmx.l.google.com.", TTL("1h")),
37 // Aliases for google services
39 CNAME("login", "ghs.googlehosted.com."),
40 CNAME("docs", "ghs.googlehosted.com."),
41 CNAME("mail", "ghs.googlehosted.com."),
42 CNAME("calendar", "ghs.googlehosted.com."),
43 CNAME("sites", "ghs.googlehosted.com."),
45 // Main web server and it's aliases
47 A("@", RIDLEY_IPV4, TTL("10m")),
48 A("www", RIDLEY_IPV4, TTL("10m")),
49 A("2022", RIDLEY_IPV4, TTL("10m")),
50 A("2021", RIDLEY_IPV4, TTL("10m")),
51 A("2020", RIDLEY_IPV4, TTL("10m")),
52 A("2019", RIDLEY_IPV4, TTL("10m")),
53 A("2018", RIDLEY_IPV4, TTL("10m")),
54 A("2017", RIDLEY_IPV4, TTL("10m")),
55 A("2016", RIDLEY_IPV4, TTL("10m")),
56 A("2014", RIDLEY_IPV4, TTL("10m")),
57 A("2013", RIDLEY_IPV4, TTL("10m")),
58 A("2012", RIDLEY_IPV4, TTL("10m")),
59 A("2011", RIDLEY_IPV4, TTL("10m")),
60 A("2010", RIDLEY_IPV4, TTL("10m")),
61 A("2009", RIDLEY_IPV4, TTL("10m")),
62 A("2008", RIDLEY_IPV4, TTL("10m")),
63 A("2007", RIDLEY_IPV4, TTL("10m")),
65 // Google Site Verification - Grant
66 TXT("2022", "google-site-verification=wT1dJzSYM_2By372lJ_v9IU1crF21qOySEAPABxUcyo")