@dbilbo wrote:
Is there any way to have haproxy convert the src ip into its dns name?
Example:
client ip is 192.168.1.5 and dns its name is cpu.domain.comusing the following code in haproxy.cfg
http-request set-uri %[url]&cpuname=%[src]
This appends &cpuname=192.168.1.5, but I would like it to append &cpuname=cpu.domain.com
Posts: 1
Participants: 1