Hey HN! I built NyxProxy because I was tired of getting rate-limited when scraping.
The key insight: Most VPS providers give you a /64 IPv6 subnet (18 quintillion addresses!)
but nobody uses them. NyxProxy rotates through 200+ IPv6s automatically - every request
looks like a different user.
Performance:
- <100ms per request (pre-populated IP pool)
- Handles 100K+ concurrent connections
- Zero rate limiting (each IP is fresh)
One-command setup on Ubuntu/Debian. Already handling millions of requests in production.
Tech stack: Go, ndppd for NDP proxying, intelligent IP rotation algorithm
Would love feedback on the rotation strategy!
Bender•1h ago