Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@quells
Created July 1, 2021 15:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quells/2f5fdb0669f87104ef80d408c761f77a to your computer and use it in GitHub Desktop.
Save quells/2f5fdb0669f87104ef80d408c761f77a to your computer and use it in GitHub Desktop.
Pi-Hole Blacklist for BOOX 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 index.boox.com
0.0.0.0 index1.boox.com
0.0.0.0 index2.boox.com
0.0.0.0 index3.boox.com
0.0.0.0 index4.boox.com
0.0.0.0 index5.boox.com
0.0.0.0 index.send2boox.com
0.0.0.0 index1.send2boox.com
0.0.0.0 index2.send2boox.com
0.0.0.0 index3.send2boox.com
0.0.0.0 index4.send2boox.com
0.0.0.0 index5.send2boox.com
0.0.0.0 push.boox.com
0.0.0.0 en-rom.boox.com
0.0.0.0 en-data.onyx-international.cn
0.0.0.0 ntp.onyx-international.cn
0.0.0.0 ntp1.onyx-international.cn
0.0.0.0 ntp2.onyx-international.cn
0.0.0.0 ntp3.onyx-international.cn
0.0.0.0 ntp4.onyx-international.cn
0.0.0.0 ntp5.onyx-international.cn
0.0.0.0 info.izatcloud.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment