Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Commit ab52638

Browse files
joorayrustyrussell
authored andcommitted
Fix typos and options
--proxy= instead of --proxy: --always-use-proxy needs value (true)
1 parent 068b593 commit ab52638

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TOR.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ A non-persistent .onion address is generated by accessing an [auto service](#cre
170170
171171
4. In all the "Incoming" use case, the node can also make "Outgoing" Tor
172172
connections (connect to a .onion address) by adding the
173-
`--proxy:127.0.0.1:9050` option.
173+
`--proxy=127.0.0.1:9050` option.
174174
175175
#### Case 1 c-lightning has a public IP address and no Tor hidden service address, but can connect to an onion address via a Tor socks 5 proxy.
176176
@@ -188,7 +188,7 @@ proxy.
188188
Tor capabilities.**
189189
190190
If you want to `connect` to nodes ONLY via the Tor proxy, you have to add the
191-
`--always-use-proxy` option.
191+
`--always-use-proxy=true` option.
192192
193193
You can announce your public IP address through the usual method:
194194
@@ -334,7 +334,7 @@ or `--addr=yourexternalIPAddress:port` if the node is not inside an internal net
334334
335335
The node can connect to any V4/6 ip address via a IPV4/6 socks 5 proxy by specifing
336336
```
337-
--proxy=127.0.0.1:9050 --always-use-proxy
337+
--proxy=127.0.0.1:9050 --always-use-proxy=true
338338
```
339339
340340
## References

0 commit comments

Comments
 (0)