OpenWrt only advertises the first dns server when using dhcp option 6

Enabling logging is not enough, you need the following in /etc/config/dhcp:

config dnsmasq
	option logqueries '1'
	option logdhcp '1'
3 Likes

You're right! Since logdhcp it is not exposed to the Luci I had not noticed it. The logqueries is exposed and it is covering the dns part of dnsmasq.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.