Add tests for bind-address

This commit is contained in:
Manuel de Brito Fontes 2018-05-16 14:08:43 -04:00 committed by Manuel Alejandro de Brito Fontes
parent df61bd7565
commit a085808d2d
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
4 changed files with 33 additions and 10 deletions

View file

@ -1,6 +1,10 @@
{
"backlogSize": 32768,
"isIPV6Enabled": true,
"cfg": {
"disable-ipv6": false,
"bind-address-ipv4": [ "1.1.1.1" , "2.2.2.2"],
"bind-address-ipv6": [ "[2001:db8:a0b:12f0::1]" ,"[3731:54:65fe:2::a7]" ,"[33:33:33::33::33]" ],
"backend": {
"custom-http-errors": [404],
"proxy-buffer-size": "4k",