diff options
Diffstat (limited to 'files/common/etc/dnsmasq.conf')
-rw-r--r-- | files/common/etc/dnsmasq.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/common/etc/dnsmasq.conf b/files/common/etc/dnsmasq.conf new file mode 100644 index 0000000..85547e5 --- /dev/null +++ b/files/common/etc/dnsmasq.conf @@ -0,0 +1,5 @@ +dhcp-hostsfile=/tmp/dhcp.hostconfig + +tag-if=set:wrong-if,tag:br-lan,tag:only-wifi +tag-if=set:wrong-if,tag:br-mesh,tag:only-wire +dhcp-ignore=tag:wrong-if |