Add tests for Vanguards setup
This commit is contained in:
parent
0334d7eb6b
commit
5b6e87c6e3
10 changed files with 502 additions and 283 deletions
|
|
@ -29,7 +29,7 @@ ExitRelay 0
|
|||
|
||||
{% if onion.enable_control_port %}
|
||||
{% if onion.control_socket %}
|
||||
ControlPort unix:{{onion.control_socket}}
|
||||
ControlPort {{onion.control_socket}}
|
||||
{% endif %}
|
||||
{% if not onion.control_socket %}
|
||||
{% if onion.control_ip_binding.version() == 4 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue