This commit is contained in:
MCHost
2025-07-01 21:52:31 -04:00
parent 7ec49f8b65
commit 1b58acb38b
2 changed files with 13 additions and 10 deletions

View File

@ -358,15 +358,15 @@
<div class="mb-4"> <div class="mb-4">
<p class="text-gray-200 font-semibold mb-2">With Holesail, you can:</p> <p class="text-gray-200 font-semibold mb-2">With Holesail, you can:</p>
<ul class="list-disc pl-6 space-y-1 text-gray-200 text-base"> <ul class="list-disc pl-6 space-y-1 text-gray-200 text-base">
<li>* Access machines over the internet securely.</li> <li>Access machines over the internet securely.</li>
<li>* Share locally running servers, websites, or AI models with other ports/services.</li> <li>Share locally running servers, websites, or AI models with other ports/services.</li>
<li>* Transfer files and folders remotely without bandwidth or size limits.</li> <li>Transfer files and folders remotely without bandwidth or size limits.</li>
<li>* Play LAN games like Minecraft with friends remotely.</li> <li>Play LAN games like Minecraft with friends remotely.</li>
<li>* Secure SSH servers by blocking IP access and using Holesail for connections.</li> <li>Secure SSH servers by blocking IP access and using Holesail for connections.</li>
<li>* Built for ANY application, Holesail supports both the TCP and UDP Protocols nativly.</li> <li>Built for ANY application, Holesail supports both the TCP and UDP Protocols nativly.</li>
<li>* Expose single ports to the peer-to-peer network, unlike VPNs you never expose your entire local <li>Expose single ports to the peer-to-peer network, unlike VPNs you never expose your entire local
network.</li> network.</li>
<li><BR>And so much more! With Holesail, the possiblities are endless!</li> <BR>And so much more! With Holesail, the possiblities are endless!
</ul> </ul>
</div> </div>
<p class="text-gray-200 text-base leading-relaxed"> <p class="text-gray-200 text-base leading-relaxed">
@ -425,10 +425,13 @@
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
</pre> </pre>
</li> </li>
<BR>Now you can connect to your own localhost within Minecraft!<BR><BR>Connect to:
<code class="bg-gray-800 px-1 rounded">127.0.0.1:25565</code><BR><BR>
<li>To share the port over your internet IP as an open port, add the <code <li>To share the port over your internet IP as an open port, add the <code
class="bg-gray-800 px-1 rounded">--host 0.0.0.0</code> switch: class="bg-gray-800 px-1 rounded">--host 0.0.0.0</code> switch:
<pre <pre
class="bg-gray-800 p-2 rounded mt-1 text-sm">holesail <span id="tutorialHolesailHashHost">Not Loaded</span> --host 0.0.0.0</pre> class="bg-gray-800 p-2 rounded mt-1 text-sm">holesail <span id="tutorialHolesailHashHost">Not Loaded</span> --host 0.0.0.0</pre><BR>
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.
</li> </li>
</ol> </ol>
</div> </div>

View File

@ -90,7 +90,7 @@
\`\`\` \`\`\`
4. **Join in Minecraft**: Once Holesail confirms the connection, connect to \`127.0.0.1:25565\` in Minecraft. 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) { if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(markdownTutorial).then(() => { navigator.clipboard.writeText(markdownTutorial).then(() => {