bitcoin/bitcoind.firewall

18 lines
373 B
Plaintext

## Name: bitcoin daemon
## Description: Opens ports for bitcoind daemon.
# space separated list of allowed TCP ports
TCP="bitcoind 8332:8333"
# space separated list of allowed UDP ports
UDP=""
# space separated list of allowed RPC services
RPC=""
# space separated list of allowed IP protocols
IP=""
# space separated list of allowed UDP broadcast ports
BROADCAST=""