unruhig.eu: Add missing DNS keys
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e9f8d7b668
commit
2b3b5df188
@ -7,6 +7,25 @@ module "dns-unruhig-eu" {
|
|||||||
records = [
|
records = [
|
||||||
{ type = "A", name = "infra", value = "37.221.198.143" },
|
{ type = "A", name = "infra", value = "37.221.198.143" },
|
||||||
{ type = "AAAA", name = "infra", value = "2a03:4000:9:176::1" },
|
{ type = "AAAA", name = "infra", value = "2a03:4000:9:176::1" },
|
||||||
|
{ type = "CNAME", name = "@", value = "web.tobiasmanske.de" },
|
||||||
|
{ type = "CNAME", name = "www", value = "unruhig.eu" },
|
||||||
|
{ type = "CNAME", name = "s3", value = "web.tobiasmanske.de" },
|
||||||
|
|
||||||
|
# Matrix
|
||||||
|
{ type = "CNAME", name = "cinny", value = "web.tobiasmanske.de" },
|
||||||
|
{ type = "CNAME", name = "synapse", value = "web.tobiasmanske.de" },
|
||||||
|
|
||||||
|
|
||||||
|
# Mail settings
|
||||||
|
{ type = "A", name = "mail", value = "202.61.232.207" },
|
||||||
|
{ type = "MX", name = "@", value = "mxe8cf.netcup.net", priority = 50 },
|
||||||
|
{ type = "MX", name = "@", value = "mail.unruhig.eu", priority = 10 },
|
||||||
|
{ type = "CNAME", name = "autoconfig", value = "autoconfig.netcup.net" },
|
||||||
|
{ type = "CNAME", name = "key1._domainkey", value = "key1._domainkey.webhosting.systems" },
|
||||||
|
{ type = "CNAME", name = "key2._domainkey", value = "key2._domainkey.webhosting.systems" },
|
||||||
|
{ type = "TXT", name = "@", value = "v=spf1 mx include:_spf.webhosting.systems -all" },
|
||||||
|
{ type = "TXT", name = "_dmarc", value = "v=DMARC1; p=quarantine;pct=100;rua=mailto:postmaster+dmarc@unruhig.eu;" },
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user