mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-18 13:18:26 +00:00
Adds iptables rule for RCON port
This commit is contained in:
parent
fe158508fa
commit
0673866d48
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user