How do I disable IPV6 in Pi-hole?

The issue I am facing:
My IPS does not support IPV6 so I turn it off from my router and I want to disable IPV6 from Pi-hole too but I tried to run pihole -r and it didn't ask me to configure an IPV4 or IPV6. The reason I want to disable IPV6 it's because I believe that only IPV4 web ads are blocked and not IPV6.

Details about my system:
Raspberry Pi OS Lite 64 bit

What I have changed since installing Pi-hole:
Adlist only

Pi-hole blocks all records for any domains in its Gravity database.

$ dig +short flurry.com
0.0.0.0

$ dig +short AAAA flurry.com
::
1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.