Skip to content

Commit 6b2cfc3

Browse files
Merge pull request #67 from systemli/fix/newline
fix: bring back newline between onion services in torrc
2 parents d209762 + 9618cbe commit 6b2cfc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/torrc.j2

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ HiddenServicePoWQueueBurst {{ hsproperties['onion_hidden_service_pow_queue_burst
9494
{% if hsproperties['onion_compiled_proof_of_work_hash'] is defined %}
9595
CompiledProofOfWorkHash {{ hsproperties['onion_compiled_proof_of_work_hash'] }}
9696
{% endif %}
97+
9798
{% endif %}
9899
{% for client in hsproperties['onion_authorized_clients']|default([]) %}
99100
HiddenServiceAuthorizeClient stealth {{ client }}

0 commit comments

Comments
 (0)