customlists

package
v1.6.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: AGPL-3.0 Imports: 19 Imported by: 0

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 IsLoaded added in v1.4.1

func IsLoaded() bool

IsLoaded returns whether a custom filter list is loaded.

func LookupASN

func LookupASN(number uint) bool

LookupASN checks if the Autonomous system number is in a custom filter list.

func LookupCountry

func LookupCountry(countryCode string) bool

LookupCountry checks if the country code is in a custom filter list.

func LookupDomain

func LookupDomain(fullDomain string, filterSubdomains bool) (bool, string)

LookupDomain checks if the Domain is in a custom filter list.

func LookupIP

func LookupIP(ip net.IP) bool

LookupIP checks if the IP address is in a custom filter list.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL