Where is BLOCK_ICLOUD_PR in Pi-hole v6?

Where can I put BLOCK_ICLOUD_PR=false since i cannot find pihole-FTL.conf in Pi-Hole v6.0?

See Introducing Pi-hole v6

We’ve streamlined configuration management by consolidating multiple settings files into a single, richly commented toml file, making it easier to manage and understand your settings. If you are migrating from v5, your existing configurations will be migrated automatically into this file. It can be found at /etc/pihole/pihole.toml

Looking into that file would reveal e.g.

$ sudo grep -i icloud /etc/pihole/pihole.toml 
    # Should Pi-hole always replies with NXDOMAIN to A and AAAA queries of mask.icloud.com
    # and mask-h2.icloud.com to disable Apple's iCloud Private Relay to prevent Apple
    # https://developer.apple.com/support/prepare-your-network-for-icloud-private-relay
    iCloudPrivateRelay = true

As mentioned in the announcements, if you'd been upgrading your v5 to v6, your existing options would have been transferred to pihole.toml automatically.

You can also find that setting in Pi-hole's web UI in Expert mode, under Settings | All Settings as dns.specialDomains.iCloudPrivateRelay.

1 Like

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