I apologize if this is a frequent question, but I couldn't find any decent keywords to search with ("domain" 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'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't appear that I can have more than one "domain" directive in the config, since I get the following error: "dnsmasq: illegal repeated keyword at line 128 of /etc/dnsmasq.conf" Is there a workaround?<br>
<br>