type Options struct {
IPNet *net.IPNet Host *trie.DomainTrie// Size sets the maximum number of entries in memory// and does not work if Persistence is true
Size int// Persistence will save the data to disk.// Size will not work and record will be fully stored.
Persistence bool
}