set minimum port above 1024 for server modules

This commit is contained in:
Joel Wetzell
2026-03-12 17:51:46 -05:00
parent f3d87e92f8
commit 7f5204aca0

View File

@@ -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
}
},