mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-13 22:52:32 +02:00
docs: fix entry for externalip
In order to specify multiple external IP addresses in the configuration file, each IP address be on a separate line, preceded by “externalip=“.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
aa4e166539
commit
23c1926ff0
@ -115,7 +115,8 @@ debuglevel=trace
|
|||||||
debughtlc=true
|
debughtlc=true
|
||||||
maxpendingchannels=10
|
maxpendingchannels=10
|
||||||
profile=5060
|
profile=5060
|
||||||
externalip=128.111.13.23,111.32.29.29
|
externalip=128.111.13.23
|
||||||
|
externalip=111.32.29.29
|
||||||
|
|
||||||
[Bitcoin]
|
[Bitcoin]
|
||||||
bitcoin.active=1
|
bitcoin.active=1
|
||||||
|
Reference in New Issue
Block a user