Files
is-a-dev/domains/lua.json
T
Lua 87ed833e38 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.
2024-10-06 22:36:38 -05:00

13 lines
251 B
JSON

{
"description": "Just a website for detailing the game development projects of Lua",
"owner": {
"username": "notxlua",
"email": "notxlua@gmail.com",
"discord": "778436572835086366"
},
"record": {
"A": ["162.159.26.14"]
}
}