homeserver/friedhof/mgrote_tor_node/defaults/main.yml
Michael Grote 7a24089031 fix linter errors (#584)
Reviewed-on: #584
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-10-25 22:26:17 +02:00

19 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
# use IPv6
tor_ipv6: false