What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

unbound blocking apple private relay.

vdemarco

Senior Member
this is just a PSA i couldn't find the answer.

so i recently installed unbound (its working great) i wanted to block iclould private relay on my network, so it took a bit of messing around but i did it

so in `/opt/var/lib/unbound/adblock/` you have a file called `firefox_DOH`
mine looks like this

Code:
local-zone: "use-application-dns.net" always_nxdomain
local-zone: "mask.icloud.com" always_nxdomain
local-zone: "mask-h2.icloud.com" always_nxdomain

the first line blocks the firefox DOH, the last 2 block the apple private relay.

So now all adblocking, filtering etc,now works on my network.
and i could use private relay for other networks.

Hope this helps someone else.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top