Skip to content

Commit

Permalink
Update stream-object.json
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Dec 31, 2024
1 parent 735dc97 commit a4307ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/schema/components/stream-object.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"incoming_port": {
"type": "string",
"pattern": "^(\\d{1,5}$|\\d{1,5}-\\d{1,5}$)",
"pattern": "^([0-9]+{1,5}$|[0-9]+{1,5}-[0-9]+{1,5}$)",
"maxLength": 11
},
"forwarding_host": {
Expand All @@ -41,7 +41,7 @@
},
"forwarding_port": {
"type": "string",
"pattern": "^(\\d{1,5}|\\$server_port)$",
"pattern": "^([0-9]+{1,5}|\\$server_port)$",
"maxLength": 12
},
"tcp_forwarding": {
Expand Down

0 comments on commit a4307ce

Please sign in to comment.