package
0.9.11
Repository: https://github.com/safing/portmaster.git
Documentation: pkg.go.dev

# Functions

GetUnbreakFilterListIDs returns the resolved list of all unbreak filter lists.
LookupASNString returns a list of sources that mark the ASN as blocked.
LookupCountry returns a list of sources that mark the country as blocked.
LookupDomain returns a list of sources that mark the domain as blocked.
LookupIP returns a list of block sources that contain a reference to ip.
LookupIPString is like LookupIP but accepts an IPv4 or IPv6 address in their string representations.
LookupIPv4 is like LookupIPv4String but accepts a net.IP.
LookupIPv4String returns a list of block sources that contain a reference to ip.
LookupIPv6 is like LookupIPv6String but accepts a net.IP.
LookupIPv6String returns a list of block sources that contain a reference to ip.
ResolveListIDs resolves a slice of source or category IDs into a slice of distinct source IDs.

# Structs

Category is used to group different list sources by the type of entity they are blocking.
ListIndexFile describes the structure of the released list index file.
Source defines an external filterlists source.