mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-24 23:01:23 +00:00
* dnsmasq: add support for monitoring and modifying dns lookup results via ubus
The monitoring functionality will be used for dns rule support in qosify
Signed-off-by: Felix Fietkau <nbd@nbd.name>
* dnsmasq: add match_tag for --dhcp-host
A set of tags can be specified for --dhcp-host option to restrict the
assignment to the requests which match all the tags.
Example usage:
config vendorclass
option networkid 'udhcp'
option vendorclass 'udhcp'
config host
option mac '*:*:*:*:*:*'
list match_tag 'switch.10'
list match_tag 'udhcp'
option ip '192.168.25.10'
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Co-authored-by: Felix Fietkau <nbd@nbd.name>
Co-authored-by: Paul Fertser <fercerpav@gmail.com>
|
||
|---|---|---|
| .. | ||
| dnsmasq | ||
| dropbear | ||
| e2guardian | ||
| ead | ||
| hostapd | ||
| ipset-dns | ||
| lldpd | ||
| noddos | ||
| odhcpd | ||
| omcproxy | ||
| ppp | ||
| relayd | ||
| samba36 | ||
| shellsync | ||
| uhttpd | ||
| umdns | ||