mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix: update regex for HTTP3 Alt-Svc port to only allow valid ports
This commit is contained in:
parent
e648db58c5
commit
0a29cff031
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
|||
"help": "HTTP3 alternate service port. This value will be used as part of the Alt-Svc header.",
|
||||
"id": "http3-alt-svc-port",
|
||||
"label": "HTTP3 Alt-Svc port",
|
||||
"regex": "^\\d+$",
|
||||
"regex": "^((6553[0-5])|(655[0-2][0-9])|(65[0-4][0-9]{2})|(6[0-4][0-9]{3})|([1-5][0-9]{4})|([0-5]{0,5})|([0-9]{1,4}))$",
|
||||
"type": "text"
|
||||
},
|
||||
"LISTEN_HTTP": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue