blob: a49969f551a366c89e18005d527087143dd54c7b (
plain)
1
2
3
4
5
6
7
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`
|