2da9530332
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/390763 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=13
18 lines
373 B
Plaintext
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=""
|