diff options
Diffstat (limited to 'ops/glesys/dns-tvl-fyi.tf')
-rw-r--r-- | ops/glesys/dns-tvl-fyi.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/glesys/dns-tvl-fyi.tf b/ops/glesys/dns-tvl-fyi.tf index e448bc448667..9d7972c412d9 100644 --- a/ops/glesys/dns-tvl-fyi.tf +++ b/ops/glesys/dns-tvl-fyi.tf @@ -57,7 +57,7 @@ resource "glesys_dnsdomain_record" "tvl_fyi_nixery-01_A" { domain = glesys_dnsdomain.tvl_fyi.id host = "nixery-01" type = "A" - data = "51.250.48.185" + data = "51.250.51.78" } # Explicit records for all services running on whitby |