<div dir="ltr"><div>Hi all,</div><div><br></div><div>I've updated to the latest source code a patch I did some time ago, to add split-horizon functionality to the address options.</div><div><br></div><div>I use it to do some quick blocking just for some host/net, like:</div><div><br></div><div>address=/<a href="http://double-click.net/127.0.0.1;192.168.2.0/24">double-click.net/127.0.0.1;192.168.2.0/24</a>    # block <a href="http://double-click.net">double-click.net</a> to hosts in the net <a href="http://192.168.2.0/24">192.168.2.0/24</a> but not others, like localhost 127.0.0.1<br></div><div><br></div><div></div><div></div><div>I use it also in development work or to do some man in the middle inspection:</div><div><br></div><div></div><div></div><div>address=/<a href="http://dev-domain.com/192.168.2.1;-192.168.2.1">dev-domain.com/192.168.2.1;-192.168.2.1</a>    # response with 192.168.2.1 for <a href="http://dev-domain.com">dev-domain.com</a>, except if the client is 192.168.2.1<br></div><div><div><br></div><div>It is also possible to do some split horizon to upstream servers:</div><div><br></div><div>server=/<a href="http://dns-domain.com/192.168.2.1;192.168.2.0/24">dns-domain.com/192.168.2.1;192.168.2.0/24</a>    # forward queries for *<a href="http://dns-domain.com">dns-domain.com</a> originated from <a href="http://192.168.2.0/24">192.168.2.0/24</a> clients, to the server in 192.168.2.1</div><div><br></div><div>I hope you find it useful. I use it to avoid having to set up multiple servers and/or doing some custom /etc/hosts.</div><div><br></div><div>Regards.<br></div><div>Rubén.<br></div></div></div>