fixed iptables informations

This commit is contained in:
FezVrasta 2015-06-24 14:00:59 +02:00
parent ee050cffae
commit 00510c87b1

View File

@ -32,9 +32,13 @@ After these edits, you'll need to restart your bash session or reconnect to your
```sh
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
```
NB: Change the ports according to the ones set in your `arkmanager.cfg` file.
## Install ARK Server Tools
To install ARK Server Tools run this command: