- Added README detailing project overview, setup, and usage
- Described proxy features (file forwarding, release tracking, download stats)
- Included build and run instructions for both local and Docker environments
- Specified Go version requirements and dependencies
- Added credits and links to core libraries
- Created a new proxy structure under NewProxy/ using the Gin web framework.
- Added main entry point (main.go) to register and run routes.
- Implemented new route handlers for:
> Status — monitors active downloads and total data transferred.
> Forward — handles proxy forwarding logic.
> Builds — manages build-related requests.