Mayank
5 years ago
No known key found for this signature in database
GPG Key ID: D037D60476CE748C
1 changed files with
5 additions and
3 deletions
-
lnd/lnd.conf
|
|
@ -15,11 +15,13 @@ accept-keysend=true |
|
|
|
; Makes routing faster but have to use images built with experimental tag |
|
|
|
[Routing] |
|
|
|
routing.assumechanvalid=1 |
|
|
|
|
|
|
|
; Commented TLS options as they do not seem to work as of v0.10.1-experimental |
|
|
|
; Extra TLS |
|
|
|
tlsextradomain=lnd |
|
|
|
tlsextraip=10.11.1.2 |
|
|
|
; tlsextradomain=lnd |
|
|
|
; tlsextraip=10.11.1.2 |
|
|
|
; Unsure if this is a 0.10.0 command (make mental note to test this) |
|
|
|
tlsautorefresh=1 |
|
|
|
; tlsautorefresh=1 |
|
|
|
; Add external address for TLS |
|
|
|
;externalip=externaladdress |
|
|
|
|
|
|
|