Dhcp/dnsmasq : list address' /domain.net/ipv4,ipv6'?

hello

I use within dhcp :

list address '/domain.net/0.0.0.0'

to block eg whol sub domains of domain.net ;
i saw that the ipv4 could be replaced by an ipb6 one ; however, how to put ipv4 and v6 addresss, within the same line?

eg

list address '/domain.net/0.0.0.0/fe80::2' ?

is there a way to do so?

thank you

For dnsmasq, # will mean either 0.0.0.0 or :: (for IPv6).

list address '/domain.net/#'

LuCI says:

/example.com/# returns NULL addresses (0.0.0.0 , :: ) for example.com and its subdomains.

@prem2
Btw, if in doubt, then consult the upstream documentation https://thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html