From 90a8c8d576fe66011e9d0ca4e12e2a11ad8dc5a4 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Mon, 11 Nov 2024 14:32:26 +0200 Subject: [PATCH] Fix typo and update port schema for default ports --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90a24f2..3c4e12a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Arma 3 server setup using LinuxGSM +# Arma 3 dedicated server setup using LinuxGSM ## Linux warning @@ -75,8 +75,11 @@ docker-compose --version > * You will also need an account with ARMA 3 purchased, to download mods, if you need them. > [!NOTE] -> Make sure the follow ports are open! -> +> Make sure the following ports are open, since these are the default ports for arma 3! +> - 2344:2344/udp +> - 2344:2344/tcp +> - 2345:2345/tcp +> - 2302-2306:2302-2306/udp > ### Getting started