Skip to content

Commit

Permalink
Merge pull request #9 from Start9Labs/feature/whitelist
Browse files Browse the repository at this point in the history
Feature/whitelist
  • Loading branch information
elvece authored May 26, 2021
2 parents 09c66b9 + 74b0268 commit 02ee743
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ MANAGER_SRC := $(shell find ./manager -name '*.rs') manager/Cargo.toml manager/C

all: bitcoind.s9pk

clean:
rm bitcoind.s9pk
rm image.tar

install: bitcoind.s9pk
appmgr install bitcoind.s9pk

Expand Down
4 changes: 4 additions & 0 deletions assets/bitcoin.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ addnode={{advanced.peers.addnode}}
onlynet=onion
}}

## WHITELIST
## whitelist all services subnet
whitelist=172.18.0.0/16

## PRUNING
{{#IF advanced.pruning.mode = "manual"
prune=1
Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
compat: v0
id: bitcoind
version: "0.21.1"
version: "0.21.1.1"
title: "Bitcoin Core"
description:
short: "A Bitcoin Full Node by Bitcoin Core"
long: "Bitcoin is an innovative payment network and a new kind of money. Bitcoin uses peer-to-peer technology to operate with no central authority or banks; managing transactions and the issuing of bitcoins is carried out collectively by the network. Bitcoin is open-source; its design is public, nobody owns or controls Bitcoin and everyone can take part. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment system."
release-notes: |
https://bitcoincore.org/en/releases/0.21.1/
Whitelists service IP addresses.
ports:
- internal: 8332
tor: 8332
Expand Down

0 comments on commit 02ee743

Please sign in to comment.