<div dir="ltr">Hi Team,<br>I have configured a named with rpz,<div><b>options section has,</b></div><div><i>response-policy {<br>            zone "rpz.local";<br>        } qname-wait-recurse no;</i><br></div><div><br></div><div><b>Zone Section in named.conf,</b></div><div><i>zone "rpz.local" {<br>        type master;<br>        file "/var/named/zones/masters/db.rpz.local";<br>};</i><br></div><div><br></div><div><b>Zone file content,</b><br><i>> cat db.rpz.local<br>;<br>; rpz.local<br>;<br>$TTL    2h ; default TTL<br>$ORIGIN  rpz.local.<br>@        SOA nonexistent.nodomain.none. dummy.nodomain.none. 1 12h 15m 3w 2h<br>; name server is never accessed but out-of-zone<br>         NS  nonexistant.nodomain.none.<br><br>$INCLUDE /var/named/zones/masters/rpz.local.data</i><br></div><div><br></div><div><br></div><div><b>Include file content,</b></div><div><i>> cat rpz.local.data<br><a href="http://nagesh1.com">nagesh1.com</a> A 1.2.3.4<br></i></div><div><i><a href="http://nagesh2.com">nagesh2.com</a> A 2.3.4.5</i><br></div><div><br></div><div>When named is restarted using systemctl above rpz rules are working fine, but when I add a new rule <b><a href="http://nagesh3.com">nagesh3.com</a> A 3.4.5.6 </b> manually in the include file and run "rndc reconfig and rndc reload", named is not picking up the updated include file and <b><a href="http://nagesh3.com">nagesh3.com</a></b> rpz rule is not working.<br><br>Can someone please help me with named reloading from the updated include file without restarting the named service.</div><div><br></div><div>Thanks</div><div>Nagesh.</div><div><br></div><div><br></div><div><br></div></div>