From 6af01938709070e274d1aa13764d717dbde76329 Mon Sep 17 00:00:00 2001 From: Sainan Date: Thu, 6 Feb 2025 21:17:16 +0100 Subject: [PATCH] Fix inconsistency --- bootstrapper-manual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapper-manual.html b/bootstrapper-manual.html index dd09819..ac09f9d 100644 --- a/bootstrapper-manual.html +++ b/bootstrapper-manual.html @@ -17,7 +17,7 @@
  • server_host — The hostname or IP address to redirect game traffic to. This should match myAddress in SpaceNinjaServer.
  • http_port — The port to use for HTTP traffic. This should match httpPort in SpaceNinjaServer.
  • -
  • https_port The port to use for HTTPS traffic. This should match httpsPort in SpaceNinjaServer.
  • +
  • https_port — The port to use for HTTPS traffic. This should match httpsPort in SpaceNinjaServer.
  • autologin
  • autologin_email
  • autologin_password — The whirlpool hash of the password to use for autologin. You can simply enter your password and it will automatically be hashed and overwritten.