From f2bab3ca3f34708a192f3cff7def92d3f546eeb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Tue, 3 Dec 2019 21:45:29 +0100 Subject: [PATCH] Added contact information --- filter_subdomains.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/filter_subdomains.sh b/filter_subdomains.sh index 5f9c84e..6c00cbf 100755 --- a/filter_subdomains.sh +++ b/filter_subdomains.sh @@ -34,6 +34,9 @@ function generate_hosts { echo "# About first-party trackers: https://git.frogeye.fr/geoffrey/eulaurarien#whats-a-first-party-tracker" echo "# Source code: https://git.frogeye.fr/geoffrey/eulaurarien" echo "#" + echo "# In case of false positives/negatives, or any other question," + echo "# contact me the way you like: https://geoffrey.frogeye.fr" + echo "#" echo "# Latest version:" echo "# - With third-party trackers: https://hostfiles.frogeye.fr/firstparty-trackers-hosts.txt" echo "# - First-party trackers only: https://hostfiles.frogeye.fr/firstparty-only-trackers-hosts.txt"