I have IPv4 requests mapped to 192.168.50.3 using generic Diversion-Lite blocking, if I also want to apply it to IPv6 requests, what exactly should I specify in the for IPv6 box? Should I leave it blank or do I specify a code (I'm not clear on what you meant by [::])? Thank you.It is possible to map all ipv6 request to the same ipv4 address by specifying::ffff:192.168.50.3
for ipv6 replies instead of [::]. This will allow ipv4 to also handle ipv6 blocking. pixelserv-tls and dnsmasq understand these modifications. When pixelserv-tls recieves it , it assumes it is from ipv4, dnsmasq does all the magic. (this will only work with pixelserv-tls, generic diversion-lite blocking would have to be ::, since the main is 0.0.0.0 )