mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-23 22:25:27 +00:00
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:
+4
-2
@@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user