Generates a host list of first-party trackers for ad-blocking.
https://hostfiles.frogeye.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
218 B
14 lines
218 B
#!/usr/bin/env bash
|
|
|
|
# Main script for eulaurarien
|
|
|
|
[ ! -f .env ] && touch .env
|
|
|
|
./fetch_resources.sh
|
|
./collect_subdomains.sh
|
|
./import_rules.sh
|
|
./resolve_subdomains.sh
|
|
./prune.sh
|
|
./export_lists.sh
|
|
./generate_index.py
|
|
|