From 7f5204aca02de9cc170667e2843c89d4a9cf5152 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 12 Mar 2026 17:51:46 -0500 Subject: [PATCH] set minimum port above 1024 for server modules --- schema/modules.schema.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/schema/modules.schema.json b/schema/modules.schema.json index 88d3553..afaaba9 100644 --- a/schema/modules.schema.json +++ b/schema/modules.schema.json @@ -23,7 +23,7 @@ "port": { "title": "Port", "type": "integer", - "minimum": 1, + "minimum": 1024, "maximum": 65535 } }, @@ -226,7 +226,7 @@ "port": { "title": "Port", "type": "integer", - "minimum": 1, + "minimum": 1024, "maximum": 65535, "default": 4222 } @@ -305,7 +305,7 @@ "port": { "title": "Port", "type": "integer", - "minimum": 1, + "minimum": 1024, "maximum": 65535, "default": 5060 }, @@ -350,7 +350,7 @@ "port": { "title": "Port", "type": "integer", - "minimum": 1, + "minimum": 1024, "maximum": 65535, "default": 5060 }, @@ -438,7 +438,7 @@ "port": { "title": "Port", "type": "integer", - "minimum": 1, + "minimum": 1024, "maximum": 65535 }, "framing": { @@ -507,7 +507,7 @@ "port": { "title": "Port", "type": "integer", - "minimum": 1, + "minimum": 1024, "maximum": 65535 } }, @@ -540,7 +540,7 @@ "port": { "title": "Port", "type": "integer", - "minimum": 1, + "minimum": 1024, "maximum": 65535 } },