From 290bd13b97d6872d6d22591ce5cfe33dfd01ee95 Mon Sep 17 00:00:00 2001 From: LinuxSquare <7436714-OfficialLinuxSquare@users.noreply.gitlab.com> Date: Wed, 12 Jul 2023 21:36:43 +0200 Subject: [PATCH] Fix https-port --- system/firewall.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/firewall.sls b/system/firewall.sls index cf32ea6..fbe8813 100644 --- a/system/firewall.sls +++ b/system/firewall.sls @@ -10,7 +10,7 @@ system_firewall_rules: - template: jinja - context: STATE: {{ sls }} - ALLOWED_PORTS: [442, 25565] + ALLOWED_PORTS: [443, 25565] - user: root - group: root - mode: '0600'