I am not able to enable udp traffic

haproxy -f /etc/haproxy/haproxy.cfg
[NOTICE] (211741) : haproxy version is 2.4.24-1~bpo11+1
[NOTICE] (211741) : path to executable is /usr/sbin/haproxy
[ALERT] (211741) : parsing [/etc/haproxy/haproxy.cfg:30] : unknown proxy mode ‘udp’.
[ALERT] (211741) : parsing [/etc/haproxy/haproxy.cfg:114] : unknown proxy mode ‘udp’.
[ALERT] (211741) : parsing [/etc/haproxy/haproxy.cfg:164] : unknown proxy mode ‘udp’.
[ALERT] (211741) : Error(s) found in configuration file : /etc/haproxy/haproxy.cfg
[ALERT] (211741) : Fatal errors found in configuration.

haproxy only supports http and tcp as mode, no udp

which version support udp?

that’s only logging with syslog over udp. this is not proxying udp protocol for other applicaitons

1 Like