#4687 open Bitcoin RPC 8332 port to local network by default (#4757)

* #4687 open Bitcoin RPC 8332 port to local network
This commit is contained in:
/rootzoll 2024-10-02 11:31:40 +02:00 committed by GitHub
parent 5d27f7aad4
commit c09158ca14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,6 +146,8 @@ echo "allow: bitcoin testnet"
ufw allow 18333 comment 'bitcoin testnet'
echo "allow: bitcoin mainnet"
ufw allow 8333 comment 'bitcoin mainnet'
echo 'allow: bitcoin mainnet RPC'
ufw allow 8332 comment 'bitcoin mainnet RPC'
echo 'allow: lightning testnet'
ufw allow 19735 comment 'lightning testnet'
echo "allow: lightning mainnet"