From 1b58acb38b703c903ca4649a882ec3391e3b7b8f Mon Sep 17 00:00:00 2001 From: MCHost Date: Tue, 1 Jul 2025 21:52:31 -0400 Subject: [PATCH] update --- public/index.html | 21 ++++++++++++--------- public/js/tutorial.js | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/public/index.html b/public/index.html index 037610c..c1ad243 100644 --- a/public/index.html +++ b/public/index.html @@ -358,15 +358,15 @@

With Holesail, you can:

@@ -425,10 +425,13 @@ └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ +
Now you can connect to your own localhost within Minecraft!

Connect to: + 127.0.0.1:25565

  • To share the port over your internet IP as an open port, add the --host 0.0.0.0 switch:
    holesail Not Loaded --host 0.0.0.0
    + class="bg-gray-800 p-2 rounded mt-1 text-sm">holesail Not Loaded --host 0.0.0.0
    + Note: Using the --host 0.0.0.0 method will require you open your port within your router in order to serve the port from your IP Address remotely.
  • diff --git a/public/js/tutorial.js b/public/js/tutorial.js index a22fbd6..14b819a 100644 --- a/public/js/tutorial.js +++ b/public/js/tutorial.js @@ -90,7 +90,7 @@ \`\`\` 4. **Join in Minecraft**: Once Holesail confirms the connection, connect to \`127.0.0.1:25565\` in Minecraft. - **Note**: Keep the key private, like an SSH key. No public IPs needed—it's all peer-to-peer!`; + Note: Keep the key private, like an SSH key. No public IPs needed—it's all peer-to-peer!`; if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(markdownTutorial).then(() => {