I apologize if this is a frequent question, but I couldn&#39;t find any decent keywords to search with (&quot;domain&quot; is too broad).<br><br>I have something similar to this in my config:<br>interface=vlan191,lan<br>interface=vlan192,wifi<br>

dhcp-range=lan,192.168.1.200,192.168.1.250,12h<br>dhcp-range=wifi,192.168.2.200,192.168.2.220,12h<br><br>I&#39;d like to be able to set something like this:<br>domain=lan,<a href="http://lan.mycompany.com">lan.mycompany.com</a><br>

domain=wifi,<a href="http://wifi.mycompany.com">wifi.mycompany.com</a><br><br>However, it doesn&#39;t appear that I can have more than one &quot;domain&quot; directive in the config, since I get the following error: &quot;dnsmasq: illegal repeated keyword at line 128 of /etc/dnsmasq.conf&quot; Is there a workaround?<br>

<br>