ProxyX is a high-performance, configuration-driven reverse proxy and static file server written in Go, inspired by Nginx.
It uses fasthttp instead of Go’s standard net/http to deliver high concurrency and low latency. 🚀
- 🔁 Reverse Proxy
- 📁 Static File Serving
- 🔐 TLS / HTTPS with Certbot
- ⚖️ Load Balancing (Round-Robin)
- ❤️ Health Checking
- 🚦 Per-Domain Rate Limiting
- 📄 Declarative YAML Configuration
- 🧰 Powerful Interactive CLI Tool
ProxyX supports the following platforms:
- Linux
- Debian-based (.deb)
- RPM-based (.rpm)
- macOS (Darwin)
For detailed installation instructions, see the Installation Guide.
ProxyX uses a Kubernetes-style YAML configuration format to define:
- Domains
- TLS settings
- Rate limits
- Routing rules
For full detailed instructions and usage examples, see: Configuration Guide
ProxyX includes a full lifecycle management CLI for:
- Applying and deleting configs
- Managing TLS certificates
- Controlling the ProxyX service
For full command reference and usage examples, see: CLI Tool Guide
ProxyX integrates with Certbot to automatically issue and manage Let’s Encrypt TLS certificates.
- HTTPS for Static, ReverseProxy, and WebSocket routes
- Multiple domains supported
- Automatic certificate renewal
For detailed instructions, see: TLS Configuration Guide
ProxyX installs itself as a system service:
proxyx.service
It is designed to run as a production-grade daemon.
- Starts automatically on system boot
- Restarts automatically after shutdown
- Restarts on crash or failure
- Port 80 → HTTP
- Port 443 → HTTPS (TLS)
- fasthttp server for high-performance HTTP handling
- Custom YAML configuration parser
- Reverse proxy engine
- Health checking subsystem
- Certbot shell integration
Middleware pipeline:
- Request Logger
- Per-Domain Rate Limiter
- Load Balancer
- Health Checker
- API Gateway
- Static website hosting
- Internal microservice router
- Development reverse proxy
- Production HTTPS entrypoint
- HTTPS with Let’s Encrypt
- Per-domain rate limiting
- Backend health validation
- TLS-first production design
Developed by Otabek
MIT License