Hi,I need to obtain the real ip the the client, not the ip of the CDN
service.

I found example with this on the vcl_recv. Others with similar code o the
vcl_miss and similar code on vcl_deliver.r

remove req.http.X-Forwarded-For;
set req.http.X-Forwarded-For = req.http.rlnclientipaddr;

I try them all, all of them work. But, which is the most efficient way? :)

Saludos,
Hernán.
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to