Adds manual blocklist option

This commit is contained in:
2022-03-17 16:55:48 -05:00
parent aa0006f8e5
commit f012551b96
3 changed files with 8 additions and 1 deletions

View File

@ -48,6 +48,7 @@ type configFileStruct struct {
DomainListURLs []string `yaml:"domainListURLs"`
} `yaml:"sources"`
AllowLists []string `yaml:"allowList"`
DenyList []string `yaml:"denyList"`
}
var config = configStructure{