Browse Source

Remove tls options

patch-1
Mayank 5 years ago
parent
commit
586f57ae68
No known key found for this signature in database GPG Key ID: D037D60476CE748C
  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