Highly configurable Rust local DNS adblocker.
rhole
reads blacklist entries from various remote sources, inserts them in a sled database and checks against it for every DNS entries asked.
```bash
sudo dnf copr enable lantw44/arm-linux-gnueabihf-toolchain sudo dnf install arm-linux-gnueabihf-{binutils,gcc,glibc}
CC=arm-linux-gnueabihf-gcc cargo build --release --target armv7-unknown-linux-musleabihf
cargo build --release --target armv7-unknown-linux-gnueabihf ```
bash
TODO
This is an in-progress work, many things must still be achieved to reach version 1.0.0
:
async