From 4792b94201d5efdb1a17679cc8c8ebfc637215d6 Mon Sep 17 00:00:00 2001 From: muawiakh Date: Tue, 12 Dec 2017 13:37:57 +0100 Subject: [PATCH] Fix typo in firewall docs - inbount -> inbound --- docs/server/source/appendices/firewall-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/server/source/appendices/firewall-notes.md b/docs/server/source/appendices/firewall-notes.md index 2e945f45..35ce74bc 100644 --- a/docs/server/source/appendices/firewall-notes.md +++ b/docs/server/source/appendices/firewall-notes.md @@ -8,8 +8,8 @@ The following ports should expect unsolicited inbound traffic: 1. **Port 22** can expect inbound SSH (TCP) traffic from the node administrator (i.e. a small set of IP addresses). 1. **Port 9984** can expect inbound HTTP (TCP) traffic from BigchainDB clients sending transactions to the BigchainDB HTTP API. -1. **Port 9985** can expect inbount WebSocket traffic from BigchainDB clients. -1. **Port 46656** can expect inbount Tendermint P2P traffic from other Tendermint peers. +1. **Port 9985** can expect inbound WebSocket traffic from BigchainDB clients. +1. **Port 46656** can expect inbound Tendermint P2P traffic from other Tendermint peers. All other ports should only get inbound traffic in response to specific requests from inside the node.