mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
Add rpcmiddleware config for remote lnd instance
Add rpcmiddleware.enable=true as a needed config for the remote lnd node
This commit is contained in:
parent
3ddd65d263
commit
db6b367f56
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ file contains the following additional configuration settings:
|
|||
```text
|
||||
tlsextraip=<externally-reachable-ip-address>
|
||||
rpclisten=0.0.0.0:10009
|
||||
rpcmiddleware.enable=true
|
||||
```
|
||||
|
||||
Copy the following files that are located in your `~/.lnd/data/chain/bitcoin/mainnet`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue