Hi, I was wondering if there exists a way of specifying per-subnet domain for IPv6 subnets as it's possible for IPv4.
Currently, for IPv4 I have the following in /etc/dnsmasq.conf
because there is no way to do this in UCI:
domain=lan1.internal,10.1.2.0/24
domain=iot1.internal,10.1.3.0/24
domain=iotwan1.internal,10.1.4.0/24
domain=guest1.internal,10.1.5.0/24
I couldn't find anything in the man pages.