homeserver/roles/mgrote.tor-node/defaults/main.yml
mg 09720c1bb6 tor: bridge statt relay (#246)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#246
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-11-18 16:02:53 +01:00

16 lines
331 B
YAML

---
# required
# [a-zA-Z0-9]
tor_relay_name: tor1name
tor_or_port: 443
tor_socks_port: 0
tor_control_socket: 0
tor_contact_info: webmaster@domain.local
tor_control_port: 9051
# optional
# tor_my_family: name
# tor_bandwidth_rate:
# tor_bandwidth_burst:
tor_mode: relay # OR bridge
tor_bridge_port: 5555