Adding Server Checkin

- Update client handler to check IP
- Add checkin to startup
- Add acceptable commands
- Needs linux command
- Needs testing
This commit is contained in:
Logan Cusano
2023-04-30 04:42:04 -04:00
parent 95c99971a2
commit 0cefdba00f
4 changed files with 39 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ exports.clientConfig = {
// Configuration for the connection to the server
exports.serverConfig = {
"ip": "127.0.0.1",
"ip": "172.16.100.108",
"hostname": "localhost",
"port": 3000
}