]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add instructions for update
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 12 Aug 2024 17:52:08 +0000 (18:52 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 12 Aug 2024 17:52:08 +0000 (18:52 +0100)
contrib/publicsuffix/README.md [new file with mode: 0644]

diff --git a/contrib/publicsuffix/README.md b/contrib/publicsuffix/README.md
new file mode 100644 (file)
index 0000000..a49969f
--- /dev/null
@@ -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`