diff --git a/records_srv.tf b/records_srv.tf index ebfe3b1..725513f 100644 --- a/records_srv.tf +++ b/records_srv.tf @@ -8,7 +8,7 @@ resource "cloudflare_record" "sip-tls-terraform-srv" { priority = 0 weight = 0 port = 443 - target = "tips-of-mine.com" + target = "tips-of-mine.org" } name = "_sip._tls" proxied = false