feat: Progress to add Splatoon servers

This commit is contained in:
Akatsuki Levi
2024-04-12 19:17:06 -03:00
parent f77d3bd8d5
commit 58a76230df
20 changed files with 185 additions and 8 deletions

View File

@@ -83,6 +83,15 @@ async function runAsync() {
1,
"0".repeat(64)
);
await createNexServer(
"Splatoon",
"10176900",
["00050000-10176A00", "00050000-10176900", "00050000-10162B00"],
process.env.SERVER_IP,
process.env.SPLATOON_PORT,
1,
"0".repeat(64)
);
await mongoose.connection.close();
}

View File

@@ -130,6 +130,7 @@ echo "SERVER_IP=$server_ip" >>"$git_base_dir/.env"
echo "PN_FRIENDS_SECURE_SERVER_HOST=$server_ip" >>./friends.local.env
echo "PN_WIIU_CHAT_SECURE_SERVER_LOCATION=$server_ip" >>./wiiu-chat.local.env
echo "PN_SMM_SECURE_SERVER_HOST=$server_ip" >>./super-mario-maker.local.env
echo "PN_SPLATOON_AUTHENTICATION_SERVER_HOST=$server_ip" >>./splatoon.local.env
# Get the Wii U IP address
if [[ -n "$wiiu_ip" ]]; then