A simple hosts block-list updater built in Rust.
This project uses the excellent and regularly updated [Unified Hosts](https://github.com/StevenBlack/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:
```