Browse Source

Merge pull request #186 from wbobeirne/patch-1

Add ufw allow for REST API
#146
Christian Rotzoll 6 years ago
committed by GitHub
parent
commit
4d586ff935
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      home.admin/90finishSetup.sh

2
home.admin/90finishSetup.sh

@ -60,6 +60,8 @@ echo "allow: lightning mainnet"
sudo ufw allow 9735 comment 'lightning mainnet'
echo "allow: lightning gRPC"
sudo ufw allow 10009 comment 'lightning gRPC'
echo "allow: lightning REST API"
sudo ufw allow 8080 comment 'lightning REST API'
echo "allow: trasmission"
sudo ufw allow 51413 comment 'transmission'
echo "allow: local web admin"

Loading…
Cancel
Save