Versions in this module Expand all Collapse all v0 v0.2.3 Nov 12, 2018 Changes in this version + type BlockList struct + func New(cfg *config.Config) *BlockList + func (b *BlockList) Exists(key string) bool + func (b *BlockList) Get(key string) (bool, error) + func (b *BlockList) Length() int + func (b *BlockList) Name() string + func (b *BlockList) Remove(key string) + func (b *BlockList) ServeDNS(dc *ctx.Context) + func (b *BlockList) ServeHTTP(dc *ctx.Context) + func (b *BlockList) Set(key string)