Files
bore/.env.sample

13 lines
299 B
Plaintext

TYPE=bore
DOMAIN=bore.example.com
LETS_ENCRYPT_ENV=production
## Optional authentication secret (clients must provide this to create tunnels)
#SECRET=
## Tunnel port range — each port becomes a subdomain: <port>.${DOMAIN}
## Must match the tunnel labels in compose.yml
#MIN_PORT=1
#MAX_PORT=10