Hidden Service Reverse Proxy & Web Application Firewall
2.4K

Hidden Service Reverse Proxy & Web Application Firewall
Gaunter is a high-performance reverse proxy and Web Application Firewall (WAF) built on the Pingora framework, specifically designed to protect Tor and I2P hidden services.
The Docker image includes the following core services:
v0.4.9.xv2.59.xservices:
gaunter:
image: mrmave/gaunter:latest
restart: unless-stopped
env_file: .env
volumes:
- ./tor_keys:/var/lib/tor/hidden_service/
- ./torrc:/etc/tor/torrc:ro
docker pull mrmave/gaunter:latest
| Variable | Description |
|---|---|
BACKEND_URL | Upstream application URL |
SESSION_SECRET | 32-byte hex key for session encryption |
CAPTCHA_SECRET | Secret for CAPTCHA token signing |
Gaunter images are signed via Cosign.
wget https://git.mrmave.work/maverick/gaunter/raw/branch/main/certs/cosign.pub
cosign verify --key cosign.pub mrmave/gaunter:latest
GPG identities for releases can be verified via WKD:
gpg --locate-keys [email protected]
Content type
Image
Digest
sha256:7a184f3ff…
Size
16.4 MB
Last updated
24 days ago
docker pull mrmave/gaunter