Reroutes DNS requests to block unwanted content
 
 
Go to file
Justin Reichardt 50cdb303b9 Added download.c
Moved the download functions from rhosts to their own file
2021-08-27 10:10:08 -05:00
src Added download.c 2021-08-27 10:10:08 -05:00
.gitignore Added .gitignore 2021-08-24 10:33:36 -05:00
LICENSE Added GPL license 2021-08-02 20:20:39 -05:00
Makefile Added download.c 2021-08-27 10:10:08 -05:00
Readme.md Added libcurl to download remote repos 2021-08-26 18:03:17 -05:00

Readme.md

rhosts

This reroutes sites to 0.0.0.0 in order to block them from being reached by adding them automatically to the hosts file.

Requirements to install and run

  • make

  • libcurl4-gnutls-dev

Install

    sudo make install

Update

    sudo make reinstall