jenl.geokunis.nl -> cname 61v02beo149wksgu.myfritz.net
This commit is contained in:
parent
88fd505258
commit
29073f32bb
1 changed files with 3 additions and 3 deletions
|
@ -29,11 +29,11 @@ resource "powerdns_record" "geokunis2_nl_caa" {
|
|||
ttl = 60
|
||||
}
|
||||
|
||||
resource "powerdns_record" "jenl_geokunis2_nl_a" {
|
||||
resource "powerdns_record" "jenl_dyndns_cname" {
|
||||
zone = powerdns_zone.geokunis2_nl.name
|
||||
name = "jenl.geokunis2.nl."
|
||||
type = "A"
|
||||
records = ["217.123.53.51"]
|
||||
type = "CNAME"
|
||||
records = ["61v02beo149wksgu.myfritz.net."]
|
||||
ttl = 60
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue