A minimalist host-based block list tool built in Rust.
This project uses the excellent and regularly updated Unified Hosts lists from Steven Black.
shell
cargo install block-list
shell
sudo block-list /path/to/hosts your-desired-list
Basic example:
```shell
sudo block-list /etc/hosts social ```
Pipe in a custom list:
cat someFile.txt | sudo block-list /etc/hosts