<div dir="ltr">Hi,<input name="virtru-metadata" type="hidden" value="{"email-policy":{"state":"closed","expirationUnit":"days","disableCopyPaste":false,"disablePrint":false,"disableForwarding":false,"expires":false,"isManaged":false},"attachments":{}}"><div><br>We're using nginx geo module to redirect requests from specific subnets/supernets. If request is coming from following ips, it should be redirected towards caching node :<br><br><div>geo $qwilt_user {</div><div>  default 0;</div><div>  <a href="http://182.184.25.66/32">182.184.25.66/32</a> 1;</div><div>  <a href="http://103.28.152.0/22">103.28.152.0/22</a> 1;</div><div>  <a href="http://203.135.0.0/18">203.135.0.0/18</a> 1;</div><div>  <a href="http://203.99.0.0/16">203.99.0.0/16</a> 1;</div><div>  <a href="http://116.71.0.0/16">116.71.0.0/16</a> 1;</div><div>  <a href="http://59.103.0.0/16">59.103.0.0/16</a> 1;</div><div>  <a href="http://119.152.0.0/13">119.152.0.0/13</a> 1;</div><div>  <b><a href="http://39.32.0.0/11">39.32.0.0/11</a> 1;</b><br></div></div><div><br></div><div>The critical problem here now is that if request is coming from ip 39.45.111.1 its not redirecting but you  can clearly see from subnet bit above which is /11 , means subnets from 39.32.X.X all the way to 39.63.X.X are summed up within subnet <a href="http://39.32.0.0/11">39.32.0.0/11</a> & supposed to be redirect.</div><div><br></div><div>Is this limitation of the geo module that it is not supporting supernetting ?</div><div><br></div><div>Thanks in advance !!</div><div><br>Shahzaib</div></div>