A high-performance DNS bypass HTTP/HTTPS proxy server with configurable host-to-IP mappings.
906
# Run with your config file mounted
docker run -d \
--name host-proxy \
-p 1984:1984 \
-v $(pwd)/config.yaml:/app/config.yaml:ro \
jeroenflvr/host-proxy:latest
# Start the proxy
docker compose up -d
# View logs
docker compose logs -f
# Stop
docker compose down
config.yaml):server:
listen: "0.0.0.0:1984"
ssl:
accept_invalid_certs: false
logging:
level: "info"
output: "stdout"
host_mappings:
- hostname: "api.example.com"
ip: "192.168.1.100"
port: 8080
Content type
Image
Digest
sha256:2c90694ff…
Size
32.9 MB
Last updated
8 months ago
docker pull jeroenflvr/host-proxy