mg
883dc870d4
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#280 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
18 lines
363 B
YAML
18 lines
363 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
|