2020-10-03 02:30:41 +02:00
|
|
|
frontend http
|
|
|
|
log global
|
|
|
|
bind ${BIND_V4}:80
|
|
|
|
bind ${BIND_V6}:80
|
2020-10-03 04:00:30 +02:00
|
|
|
http-request set-src src,ipmask(16,56)
|
|
|
|
|
2020-10-03 02:30:41 +02:00
|
|
|
use_backend %[req.hdr(host),lower,map(/usr/local/etc/haproxy/http.map)]
|
|
|
|
|