feat(dns): add ntfy

This commit is contained in:
2026-03-29 18:19:56 +02:00
parent 4764aad0e9
commit f6e5eb5069

View File

@@ -208,7 +208,7 @@ resource "ovh_domain_zone_record" "photos_aaaa" {
resource "ovh_domain_zone_record" "vault_a" {
zone = "opytex.org"
subdomain = "vault"
subdomain = "ntfy"
fieldtype = "A"
ttl = 3600
target = "188.165.240.182"
@@ -216,7 +216,7 @@ resource "ovh_domain_zone_record" "vault_a" {
resource "ovh_domain_zone_record" "vault_aaaa" {
zone = "opytex.org"
subdomain = "vault"
subdomain = "ntfy"
fieldtype = "AAAA"
ttl = 3600
target = "2001:41d0:2:bbb6:0:0:0:1"