mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 06:07:47 +02:00
lnd.conf: add tls settings, improve startup time (#1943)
This commit is contained in:
@@ -7,6 +7,18 @@ alias=raspiblitz
|
||||
color=#68F442
|
||||
nat=false
|
||||
|
||||
# Avoid historical graph data sync
|
||||
ignore-historical-gossip-filters=1
|
||||
# Avoid slow startup time
|
||||
sync-freelist=1
|
||||
# Avoid high startup overhead
|
||||
stagger-initial-reconnect=1
|
||||
|
||||
# Delete and recreate RPC TLS certificate when details change or cert expires
|
||||
tlsautorefresh=1
|
||||
# Do not include IPs in the RPC TLS certificate
|
||||
tlsdisableautofill=1
|
||||
|
||||
# RPC open to all connections on Port 10009
|
||||
rpclisten=0.0.0.0:10009
|
||||
# REST open to all connections on Port 8080
|
||||
|
@@ -7,6 +7,18 @@ alias=raspiblitz
|
||||
color=#68F442
|
||||
nat=false
|
||||
|
||||
# Avoid historical graph data sync
|
||||
ignore-historical-gossip-filters=1
|
||||
# Avoid slow startup time
|
||||
sync-freelist=1
|
||||
# Avoid high startup overhead
|
||||
stagger-initial-reconnect=1
|
||||
|
||||
# Delete and recreate RPC TLS certificate when details change or cert expires
|
||||
tlsautorefresh=1
|
||||
# Do not include IPs in the RPC TLS certificate
|
||||
tlsdisableautofill=1
|
||||
|
||||
# RPC open to all connections on Port 10009
|
||||
rpclisten=0.0.0.0:10009
|
||||
# REST open to all connections on Port 8080
|
||||
|
Reference in New Issue
Block a user