diff --git a/tf-stage-1/dns-unruhig-eu.tf b/tf-stage-1/dns-unruhig-eu.tf index b67152d..b7fa598 100644 --- a/tf-stage-1/dns-unruhig-eu.tf +++ b/tf-stage-1/dns-unruhig-eu.tf @@ -21,6 +21,9 @@ module "dns-unruhig-eu" { # Seafile { type = "CNAME", name = "files", value = "web.tobiasmanske.de" }, + # Other + { type = "CNAME", name = "index", value = "web.tobiasmanske.de" }, + # Mail settings { type = "A", name = "mail", value = "202.61.232.207" },