From 87ed833e38334f4e89928b7dce5908f5a69fe5e9 Mon Sep 17 00:00:00 2001 From: Lua <167039839+notxlua@users.noreply.github.com> Date: Sun, 6 Oct 2024 22:36:38 -0500 Subject: [PATCH] Update lua.json I'm updating the nameserver to work with dreamhost. These are the nameservers that dreamhost uses: (This information is already public) ns1.dreamhost.com 162.159.26.14 ns2.dreamhost.com 162.159.26.81 ns3.dreamhost.com 162.159.27.84 I am using the first one's IP. If this is incorrect please correct me! Once the script is updated, it should point to their nameservers and theoretically work when connected. I will then make my site from their built-in wordpress editor. The reason is so I can have subpages that instead of just redirecting the user to a bad free wordpress site, is actually owned and operated by me. --- domains/lua.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/lua.json b/domains/lua.json index 3778f152d..f42a8e234 100644 --- a/domains/lua.json +++ b/domains/lua.json @@ -2,9 +2,11 @@ "description": "Just a website for detailing the game development projects of Lua", "owner": { "username": "notxlua", - "email": "notxlua@gmail.com" + "email": "notxlua@gmail.com", + "discord": "778436572835086366" }, + "record": { - "CNAME": "xmw2.wordpress.com" + "A": ["162.159.26.14"] } }