From 8b66e00568af1b7fd17d7047cd7c1653f0bcc1d9 Mon Sep 17 00:00:00 2001 From: acidvegas <acid.vegas@acid.vegas> Date: Sat, 30 Nov 2024 15:17:26 -0500 Subject: [PATCH] Added information about the Python version of the script with better concurrency controls --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1ed4157..7943c87 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,11 @@ curl -s 'https://data.iana.org/TLD/tlds-alpha-by-domain.txt' | tail -n +2 | tr ' curl -s https://publicsuffix.org/list/public_suffix_list.dat | grep -vE '^(//|.*[*!])' | grep '\.' | awk '{print $1}' | ./mdaxfr ``` +- A python version of this tool with better concurrency control is available [here](./extras/mdaxfr.py): +```shell +python ./extras/mdaxfr.py --tlds -c 30 +``` + ## Statistics, laughs, & further thinking... I only wrote this to shit on **[this bozo](https://github.com/flotwig/TLDR-2/)** who took a dead project & brought it back to life by making it even worse. Rather than making a pull request to give this bloke more credit in his "tenure" as a developer, I decided to just rewrite it all from scratch so people can fork off of *clean* code instead.