Skip to content

Instantly share code, notes, and snippets.

@quells
Created April 16, 2021 23:04
Show Gist options
  • Save quells/83bddafa944b85da26a1fb82e5cd8532 to your computer and use it in GitHub Desktop.
Save quells/83bddafa944b85da26a1fb82e5cd8532 to your computer and use it in GitHub Desktop.
Pi-Hole Blacklist for UniFi/Ubiquiti Devices
# Copied from https://github.com/StevenBlack/hosts
127.0.0.1 localhost
127.0.0.1 localhost.localdomain
127.0.0.1 local
255.255.255.255 broadcasthost
::1 localhost
::1 ip6-localhost
::1 ip6-loopback
fe80::1%lo0 localhost
ff00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
0.0.0.0 0.0.0.0
# Block attempts to phone home
0.0.0.0 ping.ui.com
0.0.0.0 trace.svc.ui.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment