blob: 0a47affe2c8f78c7745c1307bbbdf7838d0d6fd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Web Blocker
A lightweight tool to block websites using `iptables` on Linux systems.
## Features
- Blocks websites by resolving their IP addresses and applying `iptables` rules.
- Supports custom site lists via `/etc/web-blocker/sites.conf`.
- Persistent rules saved to `/etc/iptables/rules.v4`.
## Installation
1. Build and install the package on Arch Linux:
```bash
makepkg -si
|