mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
add lightning testnet
This commit is contained in:
parent
b6ba72e8a9
commit
16802b6b8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user