Skip to content

Commit 5bb6af6

Browse files
committed
doc: note default proxy port.
Signed-off-by: Rusty Russell <[email protected]>
1 parent f658dd0 commit 5bb6af6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/lightningd-config.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ this to \fIfalse\fR disables that\.
494494

495495
\fBproxy\fR=\fIIPADDRESS[:PORT]\fR
496496
Set a socks proxy to use to connect to Tor nodes (or for all connections
497-
if \fBalways-use-proxy\fR is set)\.
497+
if \fBalways-use-proxy\fR is set)\. The port defaults to 9050 if not specified\.
498498

499499

500500
\fBalways-use-proxy\fR=\fIBOOL\fR
@@ -589,4 +589,4 @@ Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
589589
Note: the modules in the ccan/ directory have their own licenses, but
590590
the rest of the code is covered by the BSD-style MIT license\.
591591

592-
\" SHA256STAMP:cbff0da6bb2261b0d5e71962567a43f1d7c2576aa3d5733d02190a05c6e67286
592+
\" SHA256STAMP:d7a79bf79824019fd6cd2e9933f2861798e31a6cda6404886d7e1a33ea15db3d

doc/lightningd-config.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ this to *false* disables that.
406406

407407
**proxy**=*IPADDRESS\[:PORT\]*
408408
Set a socks proxy to use to connect to Tor nodes (or for all connections
409-
if **always-use-proxy** is set).
409+
if **always-use-proxy** is set). The port defaults to 9050 if not specified.
410410

411411
**always-use-proxy**=*BOOL*
412412
Always use the **proxy**, even to connect to normal IP addresses (you

0 commit comments

Comments
 (0)