Skip to content

punksterlabs/blocklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Blocklist

A simple domain blocklist file.

What It Does

Contains a list of domains to block, primarily targeting Acronis telemetry/activation endpoints and Piriform (CCleaner) license servers. Intended for use with DNS-level blocking tools (Pi-hole, hosts file, firewall rules, etc.).

Usage

The blocklist is in blocklist.txt, one domain per line. Apply it to your preferred DNS blocking tool:

# Example: append to /etc/hosts
sed 's/^/0.0.0.0 /' blocklist.txt >> /etc/hosts

# Example: import into Pi-hole
# Add blocklist.txt URL as a blocklist source in Pi-hole admin

About

blocklist-urls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors