mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-24 21:26:59 +01:00
Remove IPv6 record for emails for now
This commit is contained in:
parent
ecd1fb22cb
commit
3e30948515
1 changed files with 7 additions and 7 deletions
|
|
@ -52,13 +52,13 @@ resource "hetznerdns_record" "mail_a" {
|
||||||
ttl = 600
|
ttl = 600
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "hetznerdns_record" "mail_aaaa" {
|
# resource "hetznerdns_record" "mail_aaaa" {
|
||||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
# zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||||
name = "mail"
|
# name = "mail"
|
||||||
value = local.hel1_ipv6
|
# value = local.hel1_ipv6
|
||||||
type = "AAAA"
|
# type = "AAAA"
|
||||||
ttl = 600
|
# ttl = 600
|
||||||
}
|
# }
|
||||||
|
|
||||||
resource "hetznerdns_record" "hel1_a" {
|
resource "hetznerdns_record" "hel1_a" {
|
||||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue