# Tor configuration for TRI Bootstrap Server Hidden Service # Place at: /etc/tor/tri-bootstrap/torrc # Run as: sudo systemctl enable --now tor@tri-bootstrap # Hidden Service Directory HiddenServiceDir /var/lib/tor/tri-bootstrap/ # Serve HTTP (port 80) via Tor # The Caddy server (or any HTTP server) listens on 127.0.0.1:80 HiddenServicePort 80 127.0.0.1:80 # V3 onion service (current standard) HiddenServiceVersion 3 # Don't attach to a specific port — use the default # OR force a specific port: HiddenServicePort 80 # Security settings ExcludeSingleHopRelays 1