added ufw

This commit is contained in:
Shannon Appelcline 2020-10-13 15:09:50 -10:00 committed by GitHub
parent c9f49f52e3
commit c2a8211f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,6 +204,13 @@ $ sudo systemctl start lnd
```
(Expect this to take a minute the first time.)
### Enabling Remote Connections
Just as with c-lightning, you're going to need to make LND accessible to other nodes. Here's how to do so if you use `ufw`, as per the Bitcoin Standup setups:
```
$ sudo ufw allow 9735
```
### Creating a Wallet
The first time you run LND, you must create a wallet: