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:
- - * Access machines over the internet securely.
- - * Share locally running servers, websites, or AI models with other ports/services.
- - * Transfer files and folders remotely without bandwidth or size limits.
- - * Play LAN games like Minecraft with friends remotely.
- - * Secure SSH servers by blocking IP access and using Holesail for connections.
- - * Built for ANY application, Holesail supports both the TCP and UDP Protocols nativly.
- - * Expose single ports to the peer-to-peer network, unlike VPNs you never expose your entire local
+
- Access machines over the internet securely.
+ - Share locally running servers, websites, or AI models with other ports/services.
+ - Transfer files and folders remotely without bandwidth or size limits.
+ - Play LAN games like Minecraft with friends remotely.
+ - Secure SSH servers by blocking IP access and using Holesail for connections.
+ - Built for ANY application, Holesail supports both the TCP and UDP Protocols nativly.
+ - Expose single ports to the peer-to-peer network, unlike VPNs you never expose your entire local
network.
-
And so much more! With Holesail, the possiblities are endless!
+
And so much more! With Holesail, the possiblities are endless!
@@ -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(() => {