How to serve custom DNS server to DHCPv6 clients in OpenWRT

dhcp-serverdhcpv6dnsmasqdomain-name-systemipv6

How to serve custom dns to dhcp clients in openWrt? explains how to serve custom DNS server for DHCP clients on IPv4.

But how to do it for IPv6? I tried adding DNS server's IPv6 address but it doesn't seem to have worked.

Best Answer

Found it on the refered article https://oldwiki.archive.openwrt.org/doc/uci/dhcp#dhcp_option_example_to_set_an_alternative_default_gateway

list dns "2001:910:800::12" worked for me

Related Topic