A lightweight HTTP/HTTPS proxy daemon built on Alpine Linux. Supports access control, basic authentication, and custom configuration.
Zeabur
Zeabur
ZeaburA light-weight HTTP/HTTPS proxy daemon for POSIX operating systems, designed for small network setups where a full-featured proxy would be overkill.
curl -x http://admin:YOUR_PASSWORD@FORWARDED_HOST:FORWARDED_PORT https://ifconfig.co
Basic authentication is enabled by default:
| Variable | Default | Description |
|---|---|---|
| PORT | 8888 | Listening port |
| ALLOWED_NETWORKS | (empty = allow all) | Space-separated allowed IP ranges |
| AUTH_USER | admin | Basic auth username |
| AUTH_PASSWORD | (auto-generated) | Basic auth password |
| MAX_CLIENTS | 100 | Maximum simultaneous connections |
| TIMEOUT | 900 | Idle connection timeout in seconds |
| LOG_LEVEL | Notice | Log level (Critical, Error, Warning, Notice, Connect, Info) |
| DISABLE_VIA_HEADER | yes | Disable the Via header in responses |