Browse Source

Merge pull request #34 from mayankchhabra/patch/lnd-tls

Remove lnd TLS options
patch-1
Mayank Chhabra 5 years ago
committed by GitHub
parent
commit
23fc5568a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      lnd/lnd.conf

8
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

Loading…
Cancel
Save