mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-02 21:51:12 +01:00
The new "bytes_in_cnt" and "bytes_out_cnt" session counters have been added. They're automatically updated when session counters are updated. They can be matched with the "src_kbytes_in" and "src_kbytes_out" ACLs which apply to the volume per source address. This can be used to deny access to service abusers.