You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Created a .gitignore file to exclude unnecessary files and directories.
- Updated the GUI to include controls for managing the tunnel and displaying the public IP.
- Added functionality to download and extract the bore executable if not already present.
- Updated README.md to document the new "Make Public" feature and its usage.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@ A user-friendly desktop application for installing, managing, and running local
25
25
-**Smart & Automated**:
26
26
-**Automatic EULA Handling**: Automatically detects and accepts the EULA on the first run of a new server.
27
27
-**Smart Startup**: Automatically uses the correct startup script (`run.bat`/`run.sh`) for Forge servers.
28
+
-**Make Public (Experimental)**:
29
+
- Expose your local server to the internet with a single click, allowing friends to join from anywhere.
30
+
-**Disclaimer**: This feature uses a free, public tunneling service. As such, it may introduce lag and is not guaranteed to be stable. The public address will be different each time you start the tunnel.
31
+
- Powered by the open-source tool **[bore](https://github.com/ekzhang/bore)** by **ekzhang**.
28
32
-**Customization & Settings**:
29
33
-**Custom RAM Allocation**: Easily set the minimum and maximum RAM for your server.
30
34
-**Configuration Saving**: Remembers your server path and settings between sessions.
0 commit comments