Linux firewall to block websites.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
header
.gitignore
Makefile
README.md
firewall.c
list.txt

README.md

Liwall

Liwall is a Linux firewall to block websites.

  • Write Ip's in list.txt
  • Compile and insmod the module formed
  • Ip's blocked

Version

1.0

Installation

git clone git@github.com:nkman/Liwall.git
cd liwall
vim list.txt <Insert the ip's to block with a new line char>
sudo make
sudo insmod firewall.ko

Removal

sudo rmmod firewall

License

MIT

Free Software