Add tests for bind-address
This commit is contained in:
parent
df61bd7565
commit
a085808d2d
4 changed files with 33 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue