<div dir="ltr">He has a point - if your using multiple CDNs you can have many dozens of addresses for the real_ip module - it would be nice to be able to source them from a file.<div><br></div><div>Also last I checked the real_ip module did a linear search through all the addresses configured, its not an issue yet but at some point it would be worth changing that to some sort of tree structure.</div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 8, 2015 at 9:03 PM, Reinis Rozitis <span dir="ltr"><<a href="mailto:r@roze.lv" target="_blank">r@roze.lv</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm using CDN with my site.<br>
There are many IPs on network.<br>
set_real_ip_from only can add IP in one line.<br>
</blockquote>
<br></span>
set_real_ip_from supports subnet masks, so you can more or less achieve the same as in apache.<br>
If you want an external file you can use include ( <a href="http://nginx.org/en/docs/ngx_core_module.html#include" rel="noreferrer" target="_blank">http://nginx.org/en/docs/ngx_core_module.html#include</a> ) just in the file prefix each line with set_real_ip_from.<br>
<br>
p.s. some CDNs even provide copy/paste configurations ( like <a href="https://support.cloudflare.com/hc/en-us/articles/200170706-How-do-I-restore-original-visitor-IP-with-Nginx" rel="noreferrer" target="_blank">https://support.cloudflare.com/hc/en-us/articles/200170706-How-do-I-restore-original-visitor-IP-with-Nginx</a> )<br>
<br>
rr <br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div>