would it work for UDP?
tested with netcat -u, and it made the client send the PROXY header corretly, but not the server.
obviously, because there is no accept() for udp.
i started to override recv*() family, but don´t know how coprehensive would it be.
my use-case is to make powerDNS authoritative server know the real source when curveDNS being the frontend for DNS requests and it forwards to powerDNS.
would it work for UDP?
tested with
netcat -u, and it made the client send the PROXY header corretly, but not the server.obviously, because there is no
accept()for udp.i started to override
recv*()family, but don´t know how coprehensive would it be.my use-case is to make powerDNS authoritative server know the real source when curveDNS being the frontend for DNS requests and it forwards to powerDNS.