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">
<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">
<li>* Access machines over the internet securely.</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>* Play LAN games like Minecraft with friends remotely.</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>* Expose single ports to the peer-to-peer network, unlike VPNs you never expose your entire local
<li>Access machines over the internet securely.</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>Play LAN games like Minecraft with friends remotely.</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>Expose single ports to the peer-to-peer network, unlike VPNs you never expose your entire local
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>
</div>
<p class="text-gray-200 text-base leading-relaxed">
@ -425,10 +425,13 @@
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
</pre>
</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
class="bg-gray-800 px-1 rounded">--host 0.0.0.0</code> switch:
<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>
</ol>
</div>