Skip to content

Commit

Permalink
Point themesh.foundation to github pages (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten authored Sep 22, 2024
1 parent e4af8b7 commit cacdbe1
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions sld/records.themesh.foundation.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
# Parked with sedo.com
# https://github.com/nycmeshnet/themesh.foundation/blob/main/CNAME

resource "namedotcom_record" "record__4980549" {
resource "namedotcom_record" "themesh_foundation_A_108" {
domain_name = "themesh.foundation"
host = ""
record_type = "A"
answer = "75.126.102.240"
answer = "185.199.108.153"
}

resource "namedotcom_record" "record__4980550" {
resource "namedotcom_record" "themesh_foundation_A_109" {
domain_name = "themesh.foundation"
host = "*"
host = ""
record_type = "A"
answer = "185.199.109.153"
}

resource "namedotcom_record" "themesh_foundation_A_110" {
domain_name = "themesh.foundation"
host = ""
record_type = "A"
answer = "185.199.110.153"
}

resource "namedotcom_record" "themesh_foundation_A_111" {
domain_name = "themesh.foundation"
host = ""
record_type = "A"
answer = "75.126.102.240"
answer = "185.199.111.153"
}

resource "namedotcom_record" "themesh_foundation_www_cname" {
domain_name = "themesh.foundation"
host = "www"
record_type = "CNAME"
answer = "nycmeshnet.github.io"
}

0 comments on commit cacdbe1

Please sign in to comment.