feat(dns): add ntfy and livekit
This commit is contained in:
@@ -206,7 +206,7 @@ resource "ovh_domain_zone_record" "photos_aaaa" {
|
||||
target = "2001:41d0:2:bbb6:0:0:0:1"
|
||||
}
|
||||
|
||||
resource "ovh_domain_zone_record" "vault_a" {
|
||||
resource "ovh_domain_zone_record" "ntfy_a" {
|
||||
zone = "opytex.org"
|
||||
subdomain = "ntfy"
|
||||
fieldtype = "A"
|
||||
@@ -214,10 +214,26 @@ resource "ovh_domain_zone_record" "vault_a" {
|
||||
target = "188.165.240.182"
|
||||
}
|
||||
|
||||
resource "ovh_domain_zone_record" "vault_aaaa" {
|
||||
resource "ovh_domain_zone_record" "ntfy_aaaa" {
|
||||
zone = "opytex.org"
|
||||
subdomain = "ntfy"
|
||||
fieldtype = "AAAA"
|
||||
ttl = 3600
|
||||
target = "2001:41d0:2:bbb6:0:0:0:1"
|
||||
}
|
||||
|
||||
resource "ovh_domain_zone_record" "livekit_a" {
|
||||
zone = "opytex.org"
|
||||
subdomain = "livekit"
|
||||
fieldtype = "A"
|
||||
ttl = 3600
|
||||
target = "188.165.240.182"
|
||||
}
|
||||
|
||||
resource "ovh_domain_zone_record" "livekit_aaaa" {
|
||||
zone = "opytex.org"
|
||||
subdomain = "livekit"
|
||||
fieldtype = "AAAA"
|
||||
ttl = 3600
|
||||
target = "2001:41d0:2:bbb6:0:0:0:1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user