From 4b199148bd00cc44a71910f3f9831e339658192b Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Tue, 15 Sep 2015 16:01:51 +0530 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dc06597d7..711a23fd5 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,14 @@ EasyEngine (ee) is a python tool, which makes it easy to manage your wordpress s - Debian 7 & 8 **Port Requirements:** -- 22/TCP (Inbound/Outbound) : Standard SSH port -- 80/TCP (Inbound/Outbound) : Standard HTTP port -- 443/TCP(Inbound/Outbound) : Standard HTTPS port -- 22222/TCP (Inbound) : To access EasyEngine admin tools -- 11371/TCP (Outbound) : To connect to GPG Key Server + +| Name | Port Number | Inbound | Outbound | +|:-----:|:-----------:|:-------:|:---------:| +|SSH |22 | ✓ |✓ | +|HTTP |80 | ✓ |✓ | +|HTTPS/SSL |443 | ✓ |✓ | +|EE Admin |2222 | ✓ | | +|GPG Key Server |11371 | |✓ | ## Quick Start