Skip to content

Commit

Permalink
Added whitelist, as suggested in issue Whitelist #2
Browse files Browse the repository at this point in the history
It was also added to .gitignore to ensure there isn't a copy of the whitelist
in the repository
  • Loading branch information
mkb2091 committed Jun 15, 2019
1 parent 37b017b commit b5a1fdf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ dmypy.json

# Pyre type checker
.pyre/

dns_cache.txt
sync.sh
reverse_dns_cache.txt
data/https%3A%2F%2Fgithub.com%2Fookangzheng%2Fblahdns%2Fblob%2Fmaster%2Fhosts%2Fwhitelist.txt/

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Link|Author|Expires|Type|License
[😍 All-in-One Customized Adblock List 2.7](https://raw.githubusercontent.com/hl2guide/All-in-One-Customized-Adblock-List/master/deanoman-adblocklist.txt)|deanoman|2.0 hours|MIT|Blacklist
[WindowsSpyBlocker - Hosts spy rules](https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt)|-|1.0 days|MIT|Blacklist
[WindowsSpyBlocker - Hosts extra rules](https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/extra.txt)|-|1.0 days|MIT|Blacklist
[Whitelist](https://github.com/ookangzheng/blahdns/blob/master/hosts/whitelist.txt)|ookangzheng|1.0 days|CC BY-NC-SA 4.0(I received permission to add to this project)|Whitelist
[VX Vault last 100 Links](http://vxvault.net/URL_List.php)|Kicelo, Dominik Schuermann|1.0 days|Copyleft 2010. No rights reserved. |Blacklist
[Toshiya's Filter List - Experimental](https://raw.githubusercontent.com/toshiya44/myAssets/master/filters-exp.txt)|Toshiya|4.0 days|GPLv3|Blacklist
[The Hosts File Project](https://hblock.molinero.dev/hosts)|Héctor Molinero Fernández <[email protected]>|1.0 days|MIT|Blacklist
Expand Down
1 change: 1 addition & 0 deletions urls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Title|URL|Author|Expires|License|Is Whitelist|match url|perform reverse dns
["\ud83d\ude0d All-in-One Customized Adblock List 2.7", "https://raw.githubusercontent.com/hl2guide/All-in-One-Customized-Adblock-List/master/deanoman-adblocklist.txt", "deanoman", 7200, "MIT", false, false, false]
["WindowsSpyBlocker - Hosts spy rules", "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt", "", 86400, "MIT", false, false, false]
["WindowsSpyBlocker - Hosts extra rules", "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/extra.txt", "", 86400, "MIT", false, false, false]
["Whitelist", "https://github.com/ookangzheng/blahdns/blob/master/hosts/whitelist.txt", "ookangzheng", 86400, "CC BY-NC-SA 4.0(I received permission to add to this project)", true, false, false]
["VX Vault last 100 Links", "http://vxvault.net/URL_List.php", "Kicelo, Dominik Schuermann", 86400, "Copyleft 2010. No rights reserved. ", false, true, true]
["Toshiya's Filter List - Experimental", "https://raw.githubusercontent.com/toshiya44/myAssets/master/filters-exp.txt", "Toshiya", 345600, "GPLv3", false, false, false]
["The Hosts File Project", "https://hblock.molinero.dev/hosts", "H\u00e9ctor Molinero Fern\u00e1ndez <[email protected]>", 86400, "MIT", false, false, false]
Expand Down
1 change: 1 addition & 0 deletions whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ gamespot.com
gateway.reddit.com
geo-prod.do.dsp.mp.microsoft.com
geo-prod.dodsp.mp.microsoft.com.nsatc.net
github.com
gitlab.com
go.microsoft.com
hblock.molinero.dev
Expand Down

0 comments on commit b5a1fdf

Please sign in to comment.