Documentation ¶ Index ¶ Constants func Init(bp *handler.BP, args interface{}) (p handler.Plugin, err error) type Args Constants ¶ View Source const PluginType = "blackhole" Variables ¶ This section is empty. Functions ¶ func Init ¶ func Init(bp *handler.BP, args interface{}) (p handler.Plugin, err error) Types ¶ type Args ¶ type Args struct { IPv4 string `yaml:"ipv4"` // block by responding specific IP IPv6 string `yaml:"ipv6"` RCode int `yaml:"rcode"` // block by responding specific RCode } Source Files ¶ View all Source files blackhole.go Click to show internal directories. Click to hide internal directories.