Updated links

(could not bother guessing them)
This commit is contained in:
Geoffrey Frogeye 2019-12-20 17:22:21 +01:00
parent cd46b39756
commit 8b7e538677
Signed by: geoffrey
GPG key ID: D8A7ECA00A8CD3DD
2 changed files with 5 additions and 3 deletions

View file

@ -113,7 +113,7 @@ The program will use a list of public nameservers to do that, but you can add yo
Then, run `./resolve_subdomains.sh`. Then, run `./resolve_subdomains.sh`.
Note that this is a network intensive process, not in term of bandwith, but in terms of packet number. Note that this is a network intensive process, not in term of bandwith, but in terms of packet number.
> Some VPS providers might detect this as a DDoS attack and cut the network access. > **Note:** Some VPS providers might detect this as a DDoS attack and cut the network access.
> Some Wi-Fi connections can be rendered unusable for other uses, some routers might cease to work. > Some Wi-Fi connections can be rendered unusable for other uses, some routers might cease to work.
> Since massdns does not support yet rate limiting, my best bet was a Raspberry Pi with a slow ethernet link (Raspberry Pi < 4). > Since massdns does not support yet rate limiting, my best bet was a Raspberry Pi with a slow ethernet link (Raspberry Pi < 4).

View file

@ -66,7 +66,8 @@ do
echo "# First-party trackers host list" echo "# First-party trackers host list"
echo "# Variant: ${partyness}-party ${trackerness}" echo "# Variant: ${partyness}-party ${trackerness}"
echo "#" echo "#"
echo "# About first-party trackers: TODO" echo "# About first-party trackers: "
echo "# https://git.frogeye.fr/geoffrey/eulaurarien/src/branch/master/dist/README.md#whats-a-first-party-tracker"
echo "# Source code: https://git.frogeye.fr/geoffrey/eulaurarien" echo "# Source code: https://git.frogeye.fr/geoffrey/eulaurarien"
echo "#" echo "#"
echo "# In case of false positives/negatives, or any other question," echo "# In case of false positives/negatives, or any other question,"
@ -77,8 +78,9 @@ do
echo "# - … excluding redirected: $(link first only-trackers)" echo "# - … excluding redirected: $(link first only-trackers)"
echo "# - First and third party : $(link multi trackers)" echo "# - First and third party : $(link multi trackers)"
echo "# - … excluding redirected: $(link multi only-trackers)" echo "# - … excluding redirected: $(link multi only-trackers)"
echo '# (variants informations: TODO)'
echo '# (you can remove `-hosts` to get the raw list)' echo '# (you can remove `-hosts` to get the raw list)'
echo '# Information about the variants:'
echo '# https://git.frogeye.fr/geoffrey/eulaurarien/src/branch/master/dist/README.md#list-variants'
echo "#" echo "#"
echo "# Generation date: $gen_date" echo "# Generation date: $gen_date"
echo "# Generation software: eulaurarien $gen_software" echo "# Generation software: eulaurarien $gen_software"