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": {
"type": "string",
"minLength": 1,
"maxLength": 50
"maxLength": 253
},
"forward_port": {
"type": "integer",