2024-10-25 13:12:16 +01:00
2024-10-25 12:28:32 +01:00
2024-10-25 12:28:32 +01:00
2024-10-25 12:28:32 +01:00
2024-10-25 13:12:16 +01:00

hosts2blocker

Converts a hosts file into a list of domains.

Usage: hosts2blocker [OPTIONS]

Options:
  -i, --input-file <INPUT_FILE>    [default: input.txt]
  -o, --output-file <OUTPUT_FILE>  [default: output.txt]
  -h, --help                       Print help
  -V, --version                    Print version

Example

Input:

0.0.0.0 google.com
0.0.0.0 github.com

Output:

google.com
github.com
Description
Micro-utility to converts hosts file to list of hosts
Readme 31 KiB
Languages
Rust 100%