No faktycznie coś mi nie grało.. i dalej nie gra, bo DNS na WAN mam 127.0.0.1 , ale po wpisaniu tych komend:
root@OpenWrt:~# uci add_list dhcp.@dnsmasq[0].server='192.168.1.1#5353'
root@OpenWrt:~# uci set network.wan.peerdns='0'
root@OpenWrt:~# uci set network.wan.dns='127.0.0.1'
root@OpenWrt:~# uci commit
root@OpenWrt:~# /etc/init.d/dnsmasq restart
udhcpc: started, v1.36.0
udhcpc: broadcasting discover
udhcpc: no lease, failing
...
Adguard jest pod adresem: 192.168.1.1:5353
https://i.imgur.com/A3CSPE9.png
https://i.imgur.com/9Ng9Rlp.png
https://i.imgur.com/2vdvQDj.png
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 cachesize '1000'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option nonwildcard '1'
option localservice '1'
option ednspacket_max '1232'
option filter_aaaa '0'
option filter_a '0'
option confdir '/tmp/dnsmasq.d'
list server '192.168.1.1#5353'