From: Vsevolod Stakhov Date: Mon, 12 Aug 2024 17:52:08 +0000 (+0100) Subject: [Minor] Add instructions for update X-Git-Tag: 3.10.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59fc8e364413b66c536a03bd8762659fdb129309;p=thirdparty%2Frspamd.git [Minor] Add instructions for update --- diff --git a/contrib/publicsuffix/README.md b/contrib/publicsuffix/README.md new file mode 100644 index 0000000000..a49969f551 --- /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`