Fix hostname max length (#233)
This commit is contained in:
parent
fa00ac617c
commit
37733fe980
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
"forward_host": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 50
|
||||
"maxLength": 253
|
||||
},
|
||||
"forward_port": {
|
||||
"type": "integer",
|
||||
|
|
Loading…
Reference in a new issue