| Crates.io | rhole |
| lib.rs | rhole |
| version | 0.1.5 |
| created_at | 2022-11-06 19:12:37.344181+00 |
| updated_at | 2023-01-13 11:12:47.038704+00 |
| description | Rust local DNS adblocker |
| homepage | |
| repository | https://github.com/cocool97/rhole |
| max_upload_size | |
| id | 706663 |
| size | 96,182 |
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.
# Adds support for arm-gnueabihf toolchain
sudo dnf copr enable lantw44/arm-linux-gnueabihf-toolchain
sudo dnf install arm-linux-gnueabihf-{binutils,gcc,glibc}
# armv7-musl
CC=arm-linux-gnueabihf-gcc cargo build --release --target armv7-unknown-linux-musleabihf
# armv7
cargo build --release --target armv7-unknown-linux-gnueabihf
TODO
This is an in-progress work, many things must still be achieved to reach version 1.0.0:
async