diff --git a/README.md b/README.md index 7229f30..a606b60 100644 --- a/README.md +++ b/README.md @@ -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`. 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. > Since massdns does not support yet rate limiting, my best bet was a Raspberry Pi with a slow ethernet link (Raspberry Pi < 4). diff --git a/export_lists.sh b/export_lists.sh index 5120562..07773ea 100755 --- a/export_lists.sh +++ b/export_lists.sh @@ -66,7 +66,8 @@ do echo "# First-party trackers host list" echo "# Variant: ${partyness}-party ${trackerness}" 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 "#" echo "# In case of false positives/negatives, or any other question," @@ -77,8 +78,9 @@ do echo "# - … excluding redirected: $(link first only-trackers)" echo "# - First and third party : $(link multi trackers)" echo "# - … excluding redirected: $(link multi only-trackers)" - echo '# (variants informations: TODO)' 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 "# Generation date: $gen_date" echo "# Generation software: eulaurarien $gen_software"