CAA_BUILDER({
label: "@",
- ttl: "1h",
iodef: "mailto:hostmaster@openstreetmap.org",
issue: [
"letsencrypt.org",
// Let openstreetmap.at handle email
- MX("@", 1, "openstreetmap.at.", TTL("1h")),
+ // MX("@", 1, "mail.openstreetmap.at."),
// Main web server and it's aliases
- A("@", "88.198.206.107", TTL("10m")),
- A("www", "88.198.206.107", TTL("10m"))
+ A("@", "185.199.108.153"),
+ A("@", "185.199.109.153"),
+ A("@", "185.199.110.153"),
+ A("@", "185.199.111.153"),
+
+ CNAME("www", "osmbe.github.io.")
);