10 lines
377 B
Text
10 lines
377 B
Text
{
|
|
"192.168.1.40": {
|
|
"easyhaproxy.http.host": "secure.example.com",
|
|
"easyhaproxy.http.port": "80",
|
|
"easyhaproxy.http.localport": "8080",
|
|
"easyhaproxy.http.plugins": "ip_whitelist",
|
|
"easyhaproxy.http.plugin.ip_whitelist.allowed_ips": "192.168.1.0/24,10.0.0.5",
|
|
"easyhaproxy.http.plugin.ip_whitelist.status_code": "403"
|
|
}
|
|
}
|