Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// CfgOptionCustomListFileKey is the config key for custom filter list file.
CfgOptionCustomListFileKey = "filter/customListFile"
)
View Source
var ( // ErrNotConfigured is returned when updating the custom filter list, but it // is not configured. ErrNotConfigured = errors.New("custom filter list not configured") )
Functions ¶
func LookupCountry ¶
LookupCountry checks if the country code is in a custom filter list.
func LookupDomain ¶
LookupDomain checks if the Domain is in a custom filter list.
Types ¶
type CustomList ¶ added in v1.6.19
type CustomList struct {
// contains filtered or unexported fields
}
func New ¶ added in v1.6.19
func New(instance instance) (*CustomList, error)
New returns a new CustomList module.
func (*CustomList) Manager ¶ added in v1.6.19
func (cl *CustomList) Manager() *mgr.Manager
func (*CustomList) Start ¶ added in v1.6.19
func (cl *CustomList) Start() error
func (*CustomList) States ¶ added in v1.6.19
func (cl *CustomList) States() *mgr.StateMgr
func (*CustomList) Stop ¶ added in v1.6.19
func (cl *CustomList) Stop() error
Click to show internal directories.
Click to hide internal directories.