From 38b7e4d4a416ec69cd3ff46e59e72f3e0d9bb7d3 Mon Sep 17 00:00:00 2001 From: darkmaster <6394023+grm34@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:15:08 +0100 Subject: [PATCH] docs: fixes listening port (server) (#1958) --- docs/SERVER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SERVER.md b/docs/SERVER.md index e5359d05a8..dc18a76f4c 100644 --- a/docs/SERVER.md +++ b/docs/SERVER.md @@ -42,7 +42,7 @@ Manual installation requires some preliminary actions: ```sh # For Ubuntu - ufw allow 5233 + ufw allow 5223 ``` 4. **Optional** — If you're using distribution with `systemd`, create `/etc/systemd/system/smp-server.service` file with the following content: