Merge pull request #186 from wbobeirne/patch-1

Add ufw allow for REST API
This commit is contained in:
Christian Rotzoll
2018-11-29 23:39:14 +01:00
committed by GitHub

View File

@@ -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"
@@ -91,4 +93,4 @@ echo "100" > /home/admin/.setup
clear
echo "Setup done. Rebooting now."
sudo shutdown -r now
sudo shutdown -r now