Skip to content

imagineeeinc/cacti-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cacti DNS 🌵

A self hostable DNS that blocks ads like spikes.

âš This project has been put on hold because I don't have the knowledge to properly set it up and use it.âš 

âš If you would like to contribute make a pull request or give some insight open and issue.âš 

DNS (or Domain Name Server) allows you to map domains names to ip address, example github.com => 140.82.121.3.

So if you take all the add urls and block them, then boom! Now many would say use the hosts file found on your device, but its to much hassle for each device on your network and mobile devices don't support it. You can use a pi hole, but this is a much smaller, lighter, quickly deployable solution.

All it is Dockerfile and a Javascript setup script.

Usage

There is a commmunity edition with add blocking, not 100% perfect. And you can deploy it your self so you can add custom hosts and add more ad blocking urls.

âš This has not been tested in real world and still dosn't work.âš 

Community

Not yet ready.

Deploy yourself

3 very easy and replicable steps. Make sure you have docker installed on the machine.

  1. Fork this repo or just get the source code somehow.
  2. Run docker build ./ -t dns
  3. Run docker run -p 53:53 dns

More configuration

About

A self hostable DNS that blocks ads like spikes🌵(on hold)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published