From a1be75ffbbcccddc448ae7c3e273e5b57bae127f Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 25 Jul 2015 10:36:34 +0100
Subject: [PATCH] fix port specs

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d1857c79..9de54157 100644
--- a/README.md
+++ b/README.md
@@ -189,9 +189,10 @@ The autoradio HTTP server can operate in one of two modes:
 ## Firewalls
 
 The users should be able to reach ports 53/tcp, 53/udp, 80/tcp and
-8000/tcp on all nodes. Nodes should be able to reach 4001/tcp and
-4002/tcp on each other; these two ports can be public if you've set up
-X509-based authentication to etcd.
+8000/tcp (unless proxying is enabled) on all nodes. Nodes should be
+able to reach 2379/tcp and 2380/tcp (the etcd ports) on each other;
+these two ports can be public if you've set up X509-based
+authentication for etcd.
 
 
 ## Securing etcd
-- 
GitLab