mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 21:31:45 +01:00
* #4687 open Bitcoin RPC 8332 port to local network
This commit is contained in:
parent
5d27f7aad4
commit
c09158ca14
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user