This repository was archived by the owner on Apr 17, 2020. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ A non-persistent .onion address is generated by accessing an [auto service](#cre
170
170
171
171
4. In all the "Incoming" use case, the node can also make "Outgoing" Tor
172
172
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.
174
174
175
175
#### 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.
176
176
@@ -188,7 +188,7 @@ proxy.
188
188
Tor capabilities.**
189
189
190
190
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.
192
192
193
193
You can announce your public IP address through the usual method:
194
194
@@ -334,7 +334,7 @@ or `--addr=yourexternalIPAddress:port` if the node is not inside an internal net
334
334
335
335
The node can connect to any V4/6 ip address via a IPV4/6 socks 5 proxy by specifing
336
336
```
337
- --proxy=127.0.0.1:9050 --always-use-proxy
337
+ --proxy=127.0.0.1:9050 --always-use-proxy=true
338
338
```
339
339
340
340
## References
You can’t perform that action at this time.
0 commit comments