<div dir="ltr">Aah, thanks for that. I thought I'd looked through std, but must've missed that bit. Still getting the hang of the post-v3 way of doing things :)<div><br></div><div>thanks</div><div><br></div><div>--</div><div>Mark</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 31 March 2017 at 11:05, Dridi Boukelmoune <span dir="ltr"><<a href="mailto:dridi@varni.sh" target="_blank">dridi@varni.sh</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> Is there any way I can get the same result as this but without using<br>
> client.ip?<br>
<br>
</span>Yes: std.ip(string, ip_fallback)<br>
<br>
    if (std.ip(req.http.X-Real-Ip, "some_address") ~ trustedips) {<br>
<br>
See man vmod_std, or search the online docs.<br>
<span class="HOEnZb"><font color="#888888"><br>
Dridi<br>
</font></span></blockquote></div><br></div>