Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Add 5 lists to strict setting (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplot authored Mar 11, 2020
1 parent da85ebd commit 290c388
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ var strictDefaultBlacklists = []string{
"https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.2o7Net/hosts",
"https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt",
"https://zerodot1.gitlab.io/CoinBlockerLists/hosts",
"http://www.malwaredomainlist.com/hostslist/hosts.txt",
"http://www.malwaredomainlist.com/hostslist/delisted.txt",
"https://raw.github.com/jonschipp/mal-dnssearch/master/mandiant_apt1.dns",
"https://hosts-file.net/psh.txt",
"https://hosts-file.net/fsa.txt",
}

const defaultIPv4ResolutionIP = "127.0.0.1"
Expand Down
7 changes: 6 additions & 1 deletion docs/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@ https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.2o7Net/hosts
https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt
https://zerodot1.gitlab.io/CoinBlockerLists/hosts
```
http://www.malwaredomainlist.com/hostslist/hosts.txt
http://www.malwaredomainlist.com/hostslist/delisted.txt
https://raw.github.com/jonschipp/mal-dnssearch/master/mandiant_apt1.dns
https://hosts-file.net/psh.txt
https://hosts-file.net/fsa.txt
```

0 comments on commit 290c388

Please sign in to comment.