diff options
author | Jan Huwald <jh@sotun.de> | 2012-04-27 20:44:18 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-04-27 20:44:18 (GMT) |
commit | c90d4f95dcb8b98210b87dade1fd0a4cfe9368cb (patch) | |
tree | bf4c3fc1a903cf404c05909093c7706d1d544835 /files/common/etc | |
parent | c3797238329c40150a308bb3a76bf90f9eb1b499 (diff) |
ccfg: sync dnsmasq dhcp config with ccfg p2ptbl
Diffstat (limited to 'files/common/etc')
-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 |