Releases: weskified/LegoProxy
Releases · weskified/LegoProxy
LegoProxy v2 Bugfix
LegoProxy v2
- Settings now Save Permanently
- Added IP Address and Roblox Game ID Blocking and Ratelimiting
- Removed
start.py, moved run function tomain.py - Added Requests Logging
- Removed Documentation Page, Redirects to LegoProxy Usage on
readme.mdinstead
LegoProxy v1.6
- Dashboard Redesign (including some improvements)
- Settings now defaults to current values
- Settings now (temporarily) save
- Added Cookie Authentication
- Added Documentation Page (/docs, /documentation)
LegoProxy v1.5
- Added Login Page
- Added Dashboard for Request Logs and Proxy Configuration (temporary, uses default settings on proxy restart.)
- Added Subdomain Blacklisting
- Added PATCH and DELETE request method (not tested)
- Added Caching (can be removed by setting
cacheExpiryto 0) - Changed Requests per Minute to Requests per Second
- Fixed POST Requests from not returning any data
- Removed Environment Variables for Configuration
- Removed Rotation Boolean (LegoProxy now rotates to different IPs on default.)
- Removed Webhook Logging (Due to request performance drop around 300 - 500 ms)
- New Request Method instead of nested IFs
LegoProxy v1.4
- Removed Rotate (
/rotate) path. - Added Discord Webhook Logging. (Used to keep track of requests)
- Displays User-Agent to detect requests coming from a Roblox Game or an Program.
- Added Unexpected Exception Handler. can be accessed by
jsonResponse["exception"].
LegoProxy v1.3
- Added Key Authentication
- Added Roblox Game Lock
- Added Max Requests per Minute
- Added Icon
LegoProxy v1.2
- Added POST Method
- API Endpoints does not need to be queried anymore.
LegoProxy v1.1
- Added Proxy IP Rotation
LegoProxy v1.0
Update README.md