Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Oct 1, 2024
1 parent e09fa1e commit 891c171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mesh.zone
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $TTL 3600
; Allocated domains
dns A 10.10.10.10
ns A 10.10.10.11
nycmesh-713-dns-auth-3 A 199.170.132.47
nycmesh-713-dns-auth-4 A 199.170.132.47
ebook A 10.70.129.51
something A 1.1.1.1
unms CNAME uisp
Expand Down
4 changes: 2 additions & 2 deletions sld/records.nycmesh.net.tf
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ resource "namedotcom_record" "record_nycmesh-375p-dns1-authoritative_5233306" {
}

# Authoritative DNS server for the mesh.nycmesh.net zone at SN3
resource "namedotcom_record" "nycmesh-713-dns-auth-3" {
resource "namedotcom_record" "nycmesh-713-dns-auth-4" {
domain_name = "nycmesh.net"
host = "nycmesh-713-dns-auth-3"
host = "nycmesh-713-dns-auth-4"
record_type = "A"
answer = "199.170.132.47"
}
Expand Down

0 comments on commit 891c171

Please sign in to comment.