remove arbitrary length limit of forward_host
This commit is contained in:
parent
4c60bfb66b
commit
995db12f22
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@
|
|||
},
|
||||
"forward_host": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 50
|
||||
"minLength": 1
|
||||
},
|
||||
"forward_port": {
|
||||
"type": "integer",
|
||||
|
|
Loading…
Reference in a new issue