Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Zoey 2024-11-25 23:39:34 +01:00
commit 94288054d2
No known key found for this signature in database
GPG key ID: 02A3919EB4F67328

View file

@ -18,7 +18,7 @@
}, },
"incoming_port": { "incoming_port": {
"type": "string", "type": "string",
"pattern": "^([0-9]+|[0-9]+-[0-9]+)$", "pattern": "^(?!80$|81$|91$|443$)([0-9]+|[0-9]+-[0-9]+)$",
"maxLength": 11 "maxLength": 11
}, },
"forwarding_host": { "forwarding_host": {