Versions in this module Expand all Collapse all v1 v1.0.0 Oct 13, 2023 Changes in this version + type Block struct + CIDR4 []*net.IPNet + CIDR4List string + CIDR6 []*net.IPNet + CIDR6List string + Cache *cache.Cache + Domain map[string]byte + DomainList string + Done chan byte + Duration int + GeoIP []string + Lock *sync.RWMutex + func NewBlock(domainList, cidr4List, cidr6List string, geoIP []string, update int) (*Block, error) + func (bk *Block) Stop() + func (bk *Block) TouchBrook() + func (bk *Block) Update()