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": {
|
"forward_host": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"maxLength": 50
|
"maxLength": 253
|
||||||
},
|
},
|
||||||
"forward_port": {
|
"forward_port": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
|
|
Loading…
Reference in a new issue