Hi,
I have a GL.inet GL-MV1000 (Marvell) and I am trying to use client classifying and individual options (link at end of this text) in conjunction with AdGuard however the client in question is still sending DNS requests through to AdGuard and not the specified DNS in the settings.
Any help would be muchly appreciated
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option nonwildcard '1'
option localservice '1'
option noresolv '1'
list server '127.0.0.1#3053'
config dhcp 'lan'
option interface 'lan'
option leasetime '12h'
option force '1'
option dhcpv6 'server'
option ra 'server'
option start '2'
option limit '99'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'
config domain 'localhost'
option ip '192.168.0.1'
option name 'the.internet'
config host
option name 'TV'
option dns '1'
option mac 'XXXXXXXXXXX'
option ip '192.168.0.2'
option tag 'altdns'
config tag 'altdns'
list dhcp_option '6,XXXXXXXXXXX'