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.
This commit is contained in:
Lua
2024-10-06 22:36:38 -05:00
committed by GitHub
parent e0aff5964d
commit 87ed833e38
+4 -2
View File
@@ -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"]
}
}