Functions to load inet.data entities from flat, line-oriented files.
Functions to load inet.data entities from flat, line-oriented files.
(domain-e2ld etlds dom)Return the effective 2LD, zone, or bailiwick of dom. Use etlds as the
set of ETLDs.
Return the effective 2LD, zone, or bailiwick of `dom`. Use `etlds` as the set of ETLDs.
(domain-etld etlds dom)Return the effective TLD of dom from the set etlds.
Return the effective TLD of `dom` from the set `etlds`.
(load entryf collf & paths)Read the non-nil members of paths. The files contain line-oriented,
'#'-commented, tab-delimited entries. Parse each entry with entryf. Parse
the sequence of entries with collf.
Read the non-`nil` members of `paths`. The files contain line-oriented, '#'-commented, tab-delimited entries. Parse each entry with `entryf`. Parse the sequence of entries with `collf`.
(load-domain-set & paths)Create a dns/domain-set from the entries in paths.
Create a dns/domain-set from the entries in `paths`.
(load-network-set & paths)Create an ip/network-set from the entries in paths.
Create an ip/network-set from the entries 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 |