mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Improve LND Clearnet toggle
This commit is contained in:
parent
a501db63a5
commit
2b93cd2e64
|
@ -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
|
||||
|
|
|
@ -2,3 +2,6 @@
|
|||
[Application Options]
|
||||
# Your router must support and enable UPnP
|
||||
nat=true
|
||||
|
||||
# Tor-only by default
|
||||
listen=0.0.0.0
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
[Application Options]
|
||||
# No NAT if IPv4 is set to off
|
||||
nat=false
|
||||
|
||||
# Tor-only by default
|
||||
listen=localhost
|
Loading…
Reference in New Issue
Block a user