19 lines
331 B
YAML
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
|