aprs.me update
This commit is contained in:
parent
31eaad7900
commit
821c676d48
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ resource "powerdns_record" "aprs_me_root" {
|
|||
name = "aprs.me."
|
||||
type = "A"
|
||||
ttl = 3600
|
||||
records = ["204.110.191.2"] # Traefik ingress on k3s cluster
|
||||
records = ["204.110.191.195"] # Traefik ingress on k3s cluster
|
||||
}
|
||||
|
||||
resource "powerdns_record" "aprs_me_www" {
|
||||
|
|
@ -25,7 +25,7 @@ resource "powerdns_record" "aprs_me_www" {
|
|||
name = "www.aprs.me."
|
||||
type = "A"
|
||||
ttl = 3600
|
||||
records = ["204.110.191.2"] # Traefik ingress on k3s cluster
|
||||
records = ["204.110.191.195"] # Traefik ingress on k3s cluster
|
||||
}
|
||||
|
||||
# CAA record for Let's Encrypt SSL certificates
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue