- 
					
					
released this
2025-08-24 08:04:54 +02:00 | 19 commits to master since this releaseClient and Server Release.
Version 1.0Downloads
 - 
					
					
Fix routing Pre-Release
released this
2025-08-20 12:52:48 +02:00 | 21 commits to master since this releaseRefactor route handling to use ConcurrentDictionary for thread-safe updates and optimize /goto/{path} logic
Downloads
 - 
					
					
Fix route duplication Pre-Release
released this
2025-08-20 12:22:52 +02:00 | 22 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 | 23 commits to master since this releaseMinor fix for the routing system
Downloads
 - 
					
					
released this
2025-08-20 11:57:52 +02:00 | 24 commits to master since this releaseMinor fix for remote IP extraction
Downloads
 - 
					
					
Server Release v0.2 Pre-Release
released this
2025-08-20 11:49:10 +02:00 | 25 commits to master since this releaseSwitch
/setipfrom PUT to GET, add logging, update response formatsDownloads
 - 
					
					
Server Release v0.1 Pre-Release
released this
2025-08-20 10:59:27 +02:00 | 26 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:5000with your server host.Downloads