diff --git a/sld/records.themesh.foundation.tf b/sld/records.themesh.foundation.tf index 897fcd9..d5cf14c 100644 --- a/sld/records.themesh.foundation.tf +++ b/sld/records.themesh.foundation.tf @@ -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" }