There are "reasons" for wanting to add well-known domains between reloads of the DAWG. It is also desirable to speed up lookups. To provide both, adding a read/write overlay with read-through to the DAWG file.
"reasons":
- adding recently detected domains of interest to create statistics for them
- supporting local additions sent to other targets using just one lookup
- potentially abstract all lookups into one interface separate from EDM
- other stuff
An abstraction library might come into existence in a separate repo soon...
- Tony Finch's qp-trie
- concurrent readers, single writer
- optimised for DNS names
- abstracting domain actions returned in bulk
There are "reasons" for wanting to add well-known domains between reloads of the DAWG. It is also desirable to speed up lookups. To provide both, adding a read/write overlay with read-through to the DAWG file.
"reasons":
An abstraction library might come into existence in a separate repo soon...