50bd396c2b
- Caddy HTTPS static file server config - Tor hidden service (V3 onion) for anonymous access - Bootstrap generation script (blk0001.dat + txleveldb + database) - Dropbox upload script - Systemd services (tor-bootstrap, caddy) - Operator guide and verification script
21 lines
572 B
Plaintext
21 lines
572 B
Plaintext
# 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
|