From d5ab483e9d1a16ea913da99af0db15144435973b Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Mon, 14 Mar 2022 06:32:06 -0400 Subject: [PATCH] Made firewall less restrictive during bootstrap --- how-to-self-host-hardened-bitcoin-node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-self-host-hardened-bitcoin-node/README.md b/how-to-self-host-hardened-bitcoin-node/README.md index 6c2d062..8efdfe3 100644 --- a/how-to-self-host-hardened-bitcoin-node/README.md +++ b/how-to-self-host-hardened-bitcoin-node/README.md @@ -523,7 +523,7 @@ Good signature ```console $ MULLVAD_ENDPOINT=mullvad-ca10 -$ nft add rule ip firewall output oifname $MULLVAD_ENDPOINT tcp dport { 51413, 57715 } accept +$ nft add rule ip firewall output oifname $MULLVAD_ENDPOINT tcp accept ``` ### Step 21 (bitcoin-dataset): download bitcoin-dataset