Release Notes
🐛 Bug Fixes
- (proxy) Prevent EMFILE (
Too many open files) under high concurrency by reusing RequestClient, caching hot-path settings, skipping rules directory fingerprints on cache hits, and capping concurrent accepts so localhost self-service stays available
🧪 Testing
- (proxy) Add EMFILE resilience coverage for shared client reuse and concurrent localhost health checks
Install lynx-cli 0.8.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.7/lynx-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/xin2017338/lynx-proxy/releases/download/v0.8.7/lynx-cli-installer.ps1 | iex"
Download lynx-cli 0.8.7