Versions in this module Expand all Collapse all v1 v1.19.0 Nov 25, 2023 Changes in this version + type Options struct + Host *trie.DomainTrie + IPNet *net.IPNet + Persistence bool + Size int + type Pool struct + func New(options Options) (*Pool, error) + func (p *Pool) CloneFrom(o *Pool) + func (p *Pool) Exist(ip net.IP) bool + func (p *Pool) Gateway() net.IP + func (p *Pool) IPNet() *net.IPNet + func (p *Pool) LookBack(ip net.IP) (string, bool) + func (p *Pool) Lookup(host string) net.IP + func (p *Pool) ShouldSkipped(domain string) bool