File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ tor_control_port = 9051
219219# by default, the tor control connection used cookie auth, which assumes
220220# the tor node to be running on a shared filesystem.
221221# to authenticate to the tor control port using HashedControlPassword instead:
222- #tor_control_password=xxx
222+ # tor_control_password=xxx
223223
224224# the host/port actually serving the hidden service
225225# (note the *virtual port*, that the client uses,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ tor_control_port = 9051
4949# by default, the tor control connection used cookie auth, which assumes
5050# the tor node to be running on a shared filesystem.
5151# to authenticate to the tor control port using HashedControlPassword instead:
52- # tor_control_password=xxx
52+ # tor_control_password=xxx
5353
5454# the host/port actually serving the hidden service
5555# (note the *virtual port*, that the client uses,
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def jm_single() -> AttributeDict:
161161# by default, the tor control connection used cookie auth, which assumes
162162# the tor node to be running on a shared filesystem.
163163# to authenticate to the tor control port using HashedControlPassword instead:
164- #tor_control_password=xxx
164+ # tor_control_password=xxx
165165
166166# the host/port actually serving the hidden service
167167# (note the *virtual port*, that the client uses,
@@ -457,7 +457,7 @@ def jm_single() -> AttributeDict:
457457# by default, the tor control connection used cookie auth, which assumes
458458# the tor node to be running on a shared filesystem.
459459# to authenticate to the tor control port using HashedControlPassword instead:
460- #tor_control_password=xxx
460+ # tor_control_password=xxx
461461
462462# the host/port actually serving the hidden service
463463# (note the *virtual port*, that the client uses,
You can’t perform that action at this time.
0 commit comments