From ac829a6f0c65708ce494ba0e37131697e9d433b2 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Thu, 28 Jul 2022 07:47:10 -0400 Subject: [PATCH] Updated port --- .../how-to-seed-bitcoin-dataset-on-headless-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-self-host-hardened-bitcoin-node/misc/how-to-seed-bitcoin-dataset-on-headless-server/README.md b/how-to-self-host-hardened-bitcoin-node/misc/how-to-seed-bitcoin-dataset-on-headless-server/README.md index f9df8e6..da750a3 100644 --- a/how-to-self-host-hardened-bitcoin-node/misc/how-to-seed-bitcoin-dataset-on-headless-server/README.md +++ b/how-to-self-host-hardened-bitcoin-node/misc/how-to-seed-bitcoin-dataset-on-headless-server/README.md @@ -81,7 +81,7 @@ table ip firewall { chain output { type filter hook output priority filter; policy drop; oif "lo" accept - oifname "$NETWORK_INTERFACE" tcp dport { 80, 443, 51413, 57715 } accept + oifname "$NETWORK_INTERFACE" tcp dport { 80, 443, 51413, 59726 } accept oifname "$NETWORK_INTERFACE" udp dport { 53, 123 } accept ct state established,related accept }