From 4226a4c4faba1f35f04783d242106ea166c7ac79 Mon Sep 17 00:00:00 2001 From: Gianmarco Gargiulo Date: Wed, 24 Aug 2022 17:03:23 +0200 Subject: Changed mistaken Gemini port It said 1985 instead of 1965. --- content/ufw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/ufw.md') diff --git a/content/ufw.md b/content/ufw.md index 52cd294..6b34630 100644 --- a/content/ufw.md +++ b/content/ufw.md @@ -103,7 +103,7 @@ ports, so whenever you install a new service like this you will have to tell `ufw` to enable the desired port: ```sh -ufw allow 1985 +ufw allow 1965 ``` ### Websites: HTTP and HTTPS -- cgit v1.2.3