Functions for loading inet.data entities from flat line-oriented files.
Functions for loading inet.data entities from flat line-oriented files.
(domain-e2ld etlds dom)Return the effective 2LD / zone / bailiwick of the domain dom, using
etlds as the set off ETLDs.
Return the effective 2LD / zone / bailiwick of the domain `dom`, using `etlds` as the set off ETLDs.
(domain-etld etlds dom)Return the effective TLD of the domain dom from the set etlds.
Return the effective TLD of the domain `dom` from the set `etlds`.
(load entryf collf & paths)Read the non-nil members of paths for line-oriented, '#'-commented,
TAB-delimited entries; parse each entry with entryf; and parse the sequence
of entries with collf.
Read the non-`nil` members of `paths` for line-oriented, '#'-commented, TAB-delimited entries; parse each entry with `entryf`; and parse the sequence of entries with `collf`.
(load-domain-set & paths)Produce a dns/domain-set from the entries found in paths.
Produce a dns/domain-set from the entries found in `paths`.
(load-network-set & paths)Produce an ip/network-set from the entries found in paths.
Produce an ip/network-set from the entries found in `paths`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |