diff options
-rw-r--r-- | contrib/publicsuffix/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/publicsuffix/README.md b/contrib/publicsuffix/README.md new file mode 100644 index 000000000..a49969f55 --- /dev/null +++ b/contrib/publicsuffix/README.md @@ -0,0 +1,8 @@ +# Public suffixes list + +Update procedure: + +1. Download the list from the [official mirror](https://publicsuffix.org/list/public_suffix_list.dat) +2. Proceed through `idn.pl` script + +1 liner: `curl https://publicsuffix.org/list/public_suffix_list.dat | idn.pl > effective_tld_names.dat` |