geo $country {
default no;
include conf/geo.conf;
127.0.0.0/24 us;
127.0.0.1/32 ru;
10.1.0.0/16 ru;
192.168.1.0/24 uk;
}
is from the wiki.
if conf/geo.conf happened to have
127.0.0.1/32 ie;
in it.
which would take precedence?
the first definition ( ie ) or the second ( ru ) ?