Re: Can you block this?

2023-02-23 Thread Willy Tarreau
On Fri, Feb 24, 2023 at 05:39:13AM +, Robin H. Johnson wrote: > On Thu, Feb 23, 2023 at 06:48:14PM -0700, Bryan Arenal wrote: > > Hi there, > > > > I'm seeing some traffic from what appears to be bad actors and am > > wanting to block them. I see this in the existing config but being > > new

Re: How to test HTTP/3 on version 2.8?

2023-02-23 Thread Willy Tarreau
Hi, On Fri, Feb 24, 2023 at 03:07:24PM +0800, AiDai wrote: > Hi there, > > I am interested in testing HTTP/3 on haproxy 2.8, but I am not sure how to > enable it. Currently, I run an Ubuntu 20.04 docker container using the > command: > ` docker run -ti --user root --privileged=true -p 8000:8000

How to test HTTP/3 on version 2.8?

2023-02-23 Thread AiDai
Hi there, I am interested in testing HTTP/3 on haproxy 2.8, but I am not sure how to enable it. Currently, I run an Ubuntu 20.04 docker container using the command: ` docker run -ti --user root --privileged=true -p 8000:8000 -p 80:80 -p 443:443 -p 8404:8404-v /home/yuxiao/haproxy:/mnt/haproxy

Re: Can you block this?

2023-02-23 Thread Robin H. Johnson
On Thu, Feb 23, 2023 at 06:48:14PM -0700, Bryan Arenal wrote: > Hi there, > > I’m seeing some traffic from what appears to be bad actors and am > wanting to block them. I see this in the existing config but being > new to haproxy, it doesn’t seem like it’s configured correctly but I’m > not

Can you block this?

2023-02-23 Thread Bryan Arenal
Hi there, I’m seeing some traffic from what appears to be bad actors and am wanting to block them. I see this in the existing config but being new to haproxy, it doesn’t seem like it’s configured correctly but I’m not sure: frontend main bind :80 acl bad_ip src acl

Re: Transparent proxy issue on FreeBSD

2023-02-23 Thread Stefan Fuhrmann
Hello Marc, one another: source ipv4@ usesrc clientip hope that helps. Stefan Am 17.02.23 um 12:47 schrieb Marc West: Hi, After my other thread about performance issues on OpenBSD we decided to switch OSes on our HAProxy boxes to FreeBSD 13.1. In the test environment everything

Re: Transparent proxy issue on FreeBSD

2023-02-23 Thread Stefan Fuhrmann
Hello Marc, when I understand you correct then you have forwarding enabled to that ports on pf. I had a similar issue on pfsense. The solution was to disable the forwarding to that port. Maybe it helps you... greats Stefan when I understand you correct then you have forwarding Am