mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix API_SERVER_NAME regex
This commit is contained in:
parent
56422bca46
commit
d28432e5f2
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@
|
|||
"help": "Server name (virtual host) for the API.",
|
||||
"id": "api-server-name",
|
||||
"label": "API server name",
|
||||
"regex": "^(?=.{1,255}$)[0-9A-Za-z](?:(?:[0-9A-Za-z]|-){0,61}[0-9A-Za-z])?(?:\\.[0-9A-Za-z](?:(?:[0-9A-Za-z]|-){0,61}[0-9A-Za-z])?)*\\.?$",
|
||||
"regex": "^[^ ]{1,255}$",
|
||||
"type": "text"
|
||||
},
|
||||
"API_WHITELIST_IP": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue