1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-28 00:20:13 +01:00
Commit Graph

37 Commits

Author SHA1 Message Date
encrypt.town
da48434483 regex isn't fully parsing the complicated csv file
Not all URLs are extracted from the complicated csv file.
However, they do offer a txt file for the same list, which does work correctly with the current regex:
https://www.malwaredomainlist.com/forums/index.php?topic=3270.0
This url replacement pull request is easier than rewriting the entire regex (which then breaks other lists).
2019-05-29 09:31:16 +02:00
Simon R
f3e032f88a fix remaining urllib2 reference (#830) 2019-05-22 20:50:45 +02:00
Simon R
bc5e4f0544 make generate-domains-blacklist.py compatible to both python2 and python3 (#828)
* update domains-blacklist-all.conf: Quidsup NoTrack moved to gitlab

* make generate-domains-blacklist.py python3 compatible

* fix whitespace
2019-05-22 10:15:08 +02:00
encrypt.town
dcce060ef2 Whitelist Server Source Domains (#829)
A malicious blacklist, or accidental block, could prevent dnscrypt-proxy users from being able to fetch public resolvers and important certificate updates. Both URLs are taken from the default config:

[sources.'public-resolvers']
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md']
2019-05-22 10:14:37 +02:00
Frank Denis
fb7f16c902 quidsup notrack moved to gitlab
Thanks to @simonfxr for reporting this
2019-05-21 20:29:02 +02:00
Frank Denis
864476b835 Update Quidsup URLs
Fixes #743
2019-03-03 17:43:25 +01:00
Frank Denis
5ee3512460 generate-domains-blacklist.py: properly handle time restrictions
Fixes #710
2019-02-15 00:03:02 +01:00
Frank Denis
c142923b46 Add a dedicated function for trusted lists 2019-02-14 23:27:19 +01:00
Frank Denis
8377d491f6 Whitelist revinate.com 2019-01-29 20:03:04 +01:00
Frank Denis
1871690832 polyfill.io is not a tracker 2019-01-29 19:14:30 +01:00
losuler
c8156829c5 Minor domains-blacklist fixes (#697)
* Removed unnecessary characters from hosts-file URLs

* Added HTTPS to various URLs that were missing it
2019-01-16 10:17:44 +01:00
joonas.fi
30da550307 domains-blacklist.conf: change one URL to https (#674) 2018-12-28 15:42:31 +01:00
Mike Conrad
0d7de697cc Removed securemecca.com as it has expired and does not currently host content (#655) 2018-11-29 12:58:14 +01:00
Frank Denis
a4f5e98f63 Revert "abuse.ch ransomware tracker seems to have issues"
This reverts commit 0646e1b904.
2018-11-13 14:38:14 +01:00
Frank Denis
0646e1b904 abuse.ch ransomware tracker seems to have issues 2018-11-09 16:45:29 +01:00
Chris Lane
da5ee45b8c Correct CoinblockerLists URL (#583) 2018-09-03 18:35:06 +02:00
jfoboss
d7454b38b9 Added link to RU AdList (supplement for EasyList) (#424)
Specialization: русский, українська
2018-05-03 08:19:20 +02:00
Frank Denis
84593c1341 Add liveinternet.ru to the whitelist 2018-03-27 00:22:13 +02:00
Frank Denis
9224e79c59 Add NoTracking's list to the example blacklist configuration
Implement dnsmasq-style filters by the way
2018-03-26 20:43:42 +02:00
Frank Denis
6bca9eb795 malwaredomainslist seems to be hard to reach over HTTPS 2018-03-26 20:37:22 +02:00
Frank Denis
5de18b5274 Sorry, but eucookie.internetbrands.com makes modelmayhem unusable 2018-02-24 19:49:57 +01:00
Frank Denis
0c2154af83 ibpxl.com is often having issues making websites unusable 2018-02-23 18:49:45 +01:00
Frank Denis
25f1de385b Minor changes for clarity 2018-02-19 16:38:06 +01:00
Alexandre L
953d917354
Create domains-time-restricted.txt
With commented examples
2018-02-19 14:41:29 +01:00
Alexandre L
9b701d8121
Support time-based blacklist from domains-time-restricted.txt
* Modified list_from_url to load_from_url to avoid reading the `time_restricted` file twice (1 for output, 1 for whitelist)
2018-02-19 14:38:43 +01:00
Frank Denis
af11196a5c Disable CoinBlocker by default
See https://github.com/jedisct1/dnscrypt-proxy/issues/119#issuecomment-365936840
2018-02-15 15:12:50 +01:00
Frank Denis
8ce8deb959 Whitelist github.com/github.io 2018-02-14 15:56:59 +01:00
Frank Denis
ac395b03fc Bump the default timeout up 2018-02-11 20:51:48 +01:00
Frank Denis
ebe79c5df1 Added the browser mining domains list from CoinBlocker
Checked by @mastad0n

Fixes #119
2018-02-11 20:46:41 +01:00
Benjamin Dos Santos
53e9c79194
feat: add a flag to setup the open URL timeout
Sometimes I randomly encounter a timeout when I generate blacklist. This commit add the
ability to increase the timeout delay (default to 10s).
2018-02-11 19:24:21 +01:00
Bitti09
a4e4c9da8e switched to https version when available 2018-02-08 16:18:40 +01:00
Frank Denis
db973f1aa9
Merge pull request #78 from mastad0n/patch-5
Fix mirror 404
2018-02-02 20:43:31 +01:00
mastad0n
d2a0cdf0c7
fix mirror 404 2018-02-02 11:28:40 -08:00
mastad0n
1feada737e
Fix mirror 404 2018-02-02 11:27:59 -08:00
Frank Denis
17c1806da3
Match blacklist.txt naming example
And match the configuration file format.

Fixes #74
2018-02-02 15:27:44 +01:00
mastad0n
79d6a9aa93
Change to .toml format
:)
2018-02-02 06:17:44 -08:00
Frank Denis
35e32b823f Import the generate-domains-blacklists tool 2018-01-17 15:28:07 +01:00