From 0673866d489d40651acbcab253a865499df26734 Mon Sep 17 00:00:00 2001 From: Marius Linge Date: Fri, 10 Jul 2015 17:40:18 +0200 Subject: [PATCH] Adds iptables rule for RCON port --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bfd74d..6b4b5ac 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ iptables -I INPUT -p udp --dport 27016 -j ACCEPT iptables -I INPUT -p tcp --dport 27016 -j ACCEPT iptables -I INPUT -p udp --dport 7778 -j ACCEPT iptables -I INPUT -p tcp --dport 7778 -j ACCEPT +iptables -I INPUT -p tcp --dport 32330 -j ACCEPT ``` NB: Change the ports according to the ones set in your `arkmanager.cfg` file.