aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosting-a-server-with-northstar/basic-listen-server.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosting-a-server-with-northstar/basic-listen-server.md b/hosting-a-server-with-northstar/basic-listen-server.md
index c4c1f90..c4e5a5b 100644
--- a/hosting-a-server-with-northstar/basic-listen-server.md
+++ b/hosting-a-server-with-northstar/basic-listen-server.md
@@ -4,7 +4,7 @@
To host a listen server on Northstar, go to the lobby and press the `Private Match` button to begin a private match.
While this does allow you to host a server, other people won't be able to join it, so you'll need to port forward 2 ports to allow other people to join.\
-The ports you'll need to forward are 37015-37020 UDP, and 8081 TCP by default, if this works as it should, this should result in your server being displayed on the server browser, and other clients being able to connect to it.\
+The ports you'll need to forward are `37015` UDP, and `8081` TCP by default, if this works as it should, this should result in your server being displayed on the server browser, and other clients being able to connect to it.\
![screenshot select private match](https://raw.githubusercontent.com/R2Northstar/Northstar/main/wiki/lobbyprivatematch.png)
## Server Configuration