Improve LND Clearnet toggle

This commit is contained in:
Taylor Helsper 2022-12-26 15:39:27 -06:00
parent a501db63a5
commit 2b93cd2e64
3 changed files with 6 additions and 3 deletions

View File

@ -6,9 +6,6 @@ maxpendingchannels=5
alias=myNode [LND]
color=#68F442
# Tor-only by default
listen=localhost
acceptortimeout=30s
rpclisten=0.0.0.0:10009

View File

@ -2,3 +2,6 @@
[Application Options]
# Your router must support and enable UPnP
nat=true
# Tor-only by default
listen=0.0.0.0

View File

@ -1,4 +1,7 @@
[Application Options]
# No NAT if IPv4 is set to off
nat=false
# Tor-only by default
listen=localhost