Re: rate limiting question

2016-07-20 Thread haproxy
Hello Cyril, Thank you for the reply! My current config for rate limiting is: tcp-request content track-sc0 src stick-table type ip size 500k expire 30s store conn_cur,conn_rate(10s),http_req_rate(10s),http_err_rate(10s) tcp-request content reject if { src -f /etc/haproxy/blacklist.lst }

Re: rate limiting question

2016-07-19 Thread Cyril Bonté
Hi, Le 18/07/2016 à 11:30, hapr...@abisoft.biz a écrit : Hello, I have a sticky table for ip checks against high connection rate (for testing purposes it's set now to 3 connections in 10 seconds): frontend lb-useast ... tcp-request content track-sc0 src stick-table type ip size 500k

rate limiting question

2016-07-18 Thread haproxy
Hello, I have a sticky table for ip checks against high connection rate (for testing purposes it's set now to 3 connections in 10 seconds): frontend lb-useast ... tcp-request content track-sc0 src stick-table type ip size 500k expire 30s store