mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-17 04:48:26 +00:00
fixed iptables informations
This commit is contained in:
parent
ee050cffae
commit
00510c87b1
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user