Geoffrey Frogeye
69b82d29fd
Rules can now come in 3 different formats: - AdBlock rules - Host lists - Domains lists All will be converted into domain lists and aggregated (only AdBlock rules matching a whole domain will be kept). Subdomains will now be matched if it is a subdomain of any domain of the rule. It is way faster (seconds rather than hours!) but less flexible (although it shouldn't be a problem).
10 lines
145 B
Bash
Executable file
10 lines
145 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Main script for eulaurarien
|
|
|
|
./fetch_resources.sh
|
|
./collect_subdomains.sh
|
|
./resolve_subdomains.sh
|
|
./filter_subdomains.sh
|
|
|