Adds manual blocklist option
This commit is contained in:
@ -48,6 +48,7 @@ type configFileStruct struct {
|
||||
DomainListURLs []string `yaml:"domainListURLs"`
|
||||
} `yaml:"sources"`
|
||||
AllowLists []string `yaml:"allowList"`
|
||||
DenyList []string `yaml:"denyList"`
|
||||
}
|
||||
|
||||
var config = configStructure{
|
||||
|
Reference in New Issue
Block a user