I am looking to either set a different DOH address for each client or a different DOH address for multiple interfaces then connect the clients to the interfaces
so far I have https DNS proxy installed, can I use client IP for listen address or does that has to be interface IP
if I use a client IP would DHCP need to be enabled?
or is there an alternative where I can use a client IP
the whole goal of this is smart devices that do not allow manual DNS settings with no DOH options, so I can identify more devices on my NEXTDNS
this is how far I got with https dns proxy:
config https-dns-proxy
option listen_addr '192.168.8.8'
option listen_port '53'
option user 'nobody'
option group 'nogroup'
option bootstrap_dns '45.##.##.###,45.##.##.###'
option resolver_url 'https://dns.nextdns.io/c#####/TV-RE305'
that does not work as 192.168.8.8 does not exist and https dns proxy will not start
Sun May 3 12:21:27 2026 daemon.info https-dns-proxy[21428]: [F] 1777810887.783585 dns_server.c:32 Error binding on 192.168.8.8:53 UDP: Address not available (126)
but that’s the sort of thing I want, to be able to provide a name like “TV-RE305“
currently everything goes to NEXTDNS as the router WAN IP, as this is a normal network with NAT
the device I have install the nextdns app have there hostname, and I want to get the same functionality on device that can’t have DOH or the nextdns app

