-
released this
2025-08-24 08:04:54 +02:00 | 18 commits to master since this releaseClient and Server Release.
Version 1.0Downloads
-
Fix routing Stable
released this
2025-08-20 12:52:48 +02:00 | 20 commits to master since this releaseRefactor route handling to use ConcurrentDictionary for thread-safe updates and optimize /goto/{path} logic
Downloads
-
Fix route duplication Stable
released this
2025-08-20 12:22:52 +02:00 | 21 commits to master since this releaseRefactor and optimize route handling, clean up code structure, and apply minor improvements
Downloads
-
released this
2025-08-20 12:14:01 +02:00 | 22 commits to master since this releaseMinor fix for the routing system
Downloads
-
released this
2025-08-20 11:57:52 +02:00 | 23 commits to master since this releaseMinor fix for remote IP extraction
Downloads
-
Server Release v0.2 Stable
released this
2025-08-20 11:49:10 +02:00 | 24 commits to master since this releaseSwitch
/setip
from PUT to GET, add logging, update response formatsDownloads
-
Server Release v0.1 Stable
released this
2025-08-20 10:59:27 +02:00 | 25 commits to master since this releaseInitial Server Release v0.1
Usage:
Set IP:curl -X PUT 127.0.0.1:5000/setip/[path]/[port]/[api_key]
Get IP:curl 127.0.0.1:5000/goto/[path]
Replace
127.0.0.1:5000
with your server host.Downloads