add lightning testnet

This commit is contained in:
Constantin 2018-08-17 10:33:54 +02:00
parent b6ba72e8a9
commit 16802b6b8f

View File

@ -97,7 +97,9 @@ echo "allow: bitcoin testnet"
ufw allow 18333
echo "allow: bitcoin mainnet"
ufw allow 8333
echo "allow: lightning"
echo 'allow: lightning testnet'
ufw allow 19735
echo "allow: lightning mainnet"
ufw allow 9735
echo "deny incoming connection on other ports"
ufw default deny incoming