Fix hostname max length (#233)

This commit is contained in:
Shaun Brown 2019-11-09 12:01:06 -08:00
parent fa00ac617c
commit 37733fe980

View file

@ -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",