blob: eb11436ffbfc64c6b7100b64a1776d0726c58dd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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 | perl idn.pl > effective_tld_names.dat`
## Deps installation
Ensure that you have `cpanm` installed (e.g. by `brew install cpanm`).
Run `cpanm --installdeps .` once.
|