<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>I use a lot the --server and --ipset options. In brief, I want certain domains to be dispatched to a special DNS and their IP address to be stored in an ipset, so that using iptables and policy routing I can dispatch all traffic to these web sites via a special interface.</div>
<div> </div>
<div>it all works well, except that I miss some flexibility in defining domain names. for instance I would like</div>
<div>ipset=/somewebsite.*/specialiface</div>
<div>to store the IP addresses for somewebsite.com and somewebsite.org in the ipset specialiface.</div>
<div> </div>
<div>I tried to use wildcards, as in the example above, but that t does not work. Is there a way to do it? Otherwise, is it possible to add more flexibility in specification of domain names (either simple wild cards support, or regex support)?</div>
<div> </div>
<div>thanks a lot</div>
<div>Archi</div></div></body></html>