Need help?

2018-03-17 Thread Nikhil Kapoor
Hi,

I hope u all are doing well. It feels great to be a part of haproxy community. 

Actually, I just wanted to deeply understand the code of haproxy. So just 
wanted to know which tool should i use in order to understand the code. Is it 
only gdb that you all use or any other?

Please help me as i am willing to contribute to haproxy. 

Regards
Nikhil Kapoor


Re: New HTTP action: DNS resolution at run time

2018-03-17 Thread Jonathan Matthews
On 30 January 2018 at 09:04, Baptiste  wrote:
> Hi all,
>
> Please find enclosed a few patches which adds a new HTTP action into
> HAProxy: do-resolve.
> This action can be used to perform DNS resolution based on information found
> in the client request and the result is stored in an HAProxy variable (to
> discover the IP address of the server on the fly or logging purpose,
> etc...).

Hello folks,

Did this feature ever go anywhere?

I'm trying to write some ACLs matching X-Forwarded-For headers against
a DNS record, and I *think* this set of patches is my only way to
achieve this, without using an external lookup process to modify ACLs
via the admin socket ...

Many thanks!
Jonathan