Should wildcard CNAMEs be supported?

The UI says "no", but the documentation for dnsmasq says it supports it:

--cname as long as the record name is in the authoritative domain. If the target of the CNAME is unqualified, then it is qualified with the authoritative zone name. CNAME used in this way (only) may be wildcards, as in

--cname=*.example.com,default.example.com

Do I have to use the CLI for this?

1 Like

To answer my own question, this was just fixed:

https://github.com/openwrt/luci/commit/c8cddc35302380882bab910679f717d65f715029

i guess I'll use the CLI for now.