DNS config with https

Hi, I have a basic, vanilla 24.10.01. The only feature I try to use is DNS option 6, because I need to have one or two mac addresses using a different dns server, with my basic knoledge i usually vi /etc/config/dhcp and set config tag 'tag1' and blablbla... btw, is there a way to set the " list dhcp_option '6,95.85.95.85,2.56.220.2' " in something (a dns) with https? I need an easy way. The only thing that comes to my mind is installing "STUBBY" and giving it as option 6 parameter, not sure how I do this... Is there any way to do this?
Thanks in advance,....

Ssh in and:
uci add_list dhcp.@dnsmasq[0].dhcp_option='6,95.85.95,2.56.220.2’
uci commit dhcp

I didnt mean that. I want to configure an DoH in option 6. Is there any way?

No, even if you'd provide to right IP, it wouldn't be treated as DoH by the client.

1 Like

You will need a local doh (dns http proxy) or dot (stubby) as upstream "server" for dnsmasq. No dhcp parameter needed

2 Likes