dlundquist / sniproxy

Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session.
BSD 2-Clause "Simplified" License
2.56k stars 397 forks source link

Limit cuncurrent perip connections once client is accepted. #398

Open puppinoo opened 1 year ago

puppinoo commented 1 year ago

Hi, As subject states is there a way to limit cuncurrent user activity to avoid abuse? If not there is an easy way to monitor the issue to, at least, find eventual offenders?

Thanks.