Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

dnscrypt

dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.
Collective - Host: opensource - https://opencollective.com/dnscrypt - Code: https://github.com/jedisct1/dnscrypt-proxy

Create domains-time-restricted.txt

With commented examples

github.com/DNSCrypt/dnscrypt-proxy - 953d917354ee2fec569f52b732713a3e4535b907 authored almost 7 years ago
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 f...

github.com/DNSCrypt/dnscrypt-proxy - 9b701d81215e78f88070db96eafdcbf5197e5726 authored almost 7 years ago
Change end of lines to DOS style for Windows packages

Completely untested yet

Fixes #146

github.com/DNSCrypt/dnscrypt-proxy - ac0f0d2ff0624be40624dd0f04fa2b9ce91f2d86 authored almost 7 years ago
Go 1.10 final is released

github.com/DNSCrypt/dnscrypt-proxy - 2027d970dd04a0d15d713fe16f8378d98a2883fe authored almost 7 years ago
Disable CoinBlocker by default

See https://github.com/jedisct1/dnscrypt-proxy/issues/119#issuecomment-365936840

github.com/DNSCrypt/dnscrypt-proxy - af11196a5cfc2f7c800a73571a950bd5d3547439 authored almost 7 years ago
Fix format string

github.com/DNSCrypt/dnscrypt-proxy - 29f1c4c66273a790ecccf55e3ffbab00320131f5 authored almost 7 years ago
Whitelist github.com/github.io

github.com/DNSCrypt/dnscrypt-proxy - 8ce8deb9597915a27677529ee23c92b2139bb6f4 authored almost 7 years ago
Bump the default timeout up

github.com/DNSCrypt/dnscrypt-proxy - ac395b03fc5f06968fcf08fc387b2ba894acb707 authored almost 7 years ago
Added the browser mining domains list from CoinBlocker

Checked by @mastad0n

Fixes #119

github.com/DNSCrypt/dnscrypt-proxy - ebe79c5df14862be77f5583cfa3d2cc58b97176a authored almost 7 years ago
Merge pull request #120 from bdossantos/fix/generate-blacklist-timeout

feat: add a flag to setup the open URL timeout

github.com/DNSCrypt/dnscrypt-proxy - c7ec3ada150d85bbee7e0f0f9ba3d59ba28198c5 authored almost 7 years ago
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 ...

github.com/DNSCrypt/dnscrypt-proxy - 53e9c79194d7ce6e6ea3651e493902f5671f936b authored almost 7 years ago
Error out if unknown properties are found in the config file

And thanks to this, an inconsistency in the example config file vs the parser
was found (`timeou...

github.com/DNSCrypt/dnscrypt-proxy - 2f00ad5ff05b7bc36cf6613544170558cca180c7 authored almost 7 years ago
Strip extra newline

github.com/DNSCrypt/dnscrypt-proxy - 32db89d2ee676c592b468ee29a3114335f0f2ae2 authored almost 7 years ago
Merge pull request #111 from amitbl/master

Cache Plugin: return non-fixed TTL for cached entries

github.com/DNSCrypt/dnscrypt-proxy - f7630ad8fd46577669429140cbdec35168e3554f authored almost 7 years ago
Cache Plugin: return non-fixed TTL for cached entries (refactor)

github.com/DNSCrypt/dnscrypt-proxy - 5dbfc39f7d31805cb15a7c4baa52466847426fff authored almost 7 years ago
Cache Plugin: return non-fixed TTL for cached entries (refactor)

github.com/DNSCrypt/dnscrypt-proxy - 65dfa8ecca98549b508d8da041408f785ff12184 authored almost 7 years ago
Cache Plugin: return non-fixed TTL for cached entries

github.com/DNSCrypt/dnscrypt-proxy - 2a6a1852f12ff7b808678422b1691195c9eb139e authored almost 7 years ago
Merge pull request #107 from Bitti09/master

switched to https version when available

github.com/DNSCrypt/dnscrypt-proxy - c42ae840db154c69346a06d31b576385dac543b4 authored almost 7 years ago
switched to https version when available

github.com/DNSCrypt/dnscrypt-proxy - a4e4c9da8e2206bcd35cd9078933ff338a5179e6 authored almost 7 years ago
Remove Solaris test builds

github.com/DNSCrypt/dnscrypt-proxy - 063a9b6957987b1932b6bae00310ad47089c984a authored almost 7 years ago
Don't suggest that URLs are optional in the example config file

This is confusing, and virtually everybody needs to specify
URLs no matter what.

Fixes #101

github.com/DNSCrypt/dnscrypt-proxy - dfe68118c6c117406c6a1b106e13a1d8506db283 authored almost 7 years ago
Remove "starting"

Fixes #97

github.com/DNSCrypt/dnscrypt-proxy - 16c75172ad79624415d17003f437c6828dfab5e9 authored almost 7 years ago
Move servers down

github.com/DNSCrypt/dnscrypt-proxy - d644cf0c4125070f4c5737773d77b27393703ab0 authored almost 7 years ago
Use a more permanent URLm even if it's a redirect

github.com/DNSCrypt/dnscrypt-proxy - 404c21816e5b320c73ce552632c591d2e00b4a6f authored almost 7 years ago
Add knobs to filter by protocol

github.com/DNSCrypt/dnscrypt-proxy - f6b6d70615ac3e5bb1669668724323cd36292e12 authored almost 7 years ago
Close idle connections after an error; reduce idle connections timeout

github.com/DNSCrypt/dnscrypt-proxy - af0833387a3425325e77362920775c12969fd450 authored almost 7 years ago
Add a super secret way to print cert hashes

Not so secret. The purpose is to avoid log pollution, while still
allowing people setting up DoH...

github.com/DNSCrypt/dnscrypt-proxy - 7f5d67881b6c6b4a2351fb4b5fe4fdc710de626d authored almost 7 years ago
draft 3 says queries should use "dns", previous drafts said "body"

Send both until servers adjust :/

github.com/DNSCrypt/dnscrypt-proxy - 5c52199ee160cb5612a207f5cfab4ebdc5dfdb4d authored almost 7 years ago
DoH: fallback to GET on servers that don't support POST

github.com/DNSCrypt/dnscrypt-proxy - 43f3e64bd9db491bd4c158a6136a8b3bc9762ad6 authored almost 7 years ago
Don't warn if lbStrategy is empty

github.com/DNSCrypt/dnscrypt-proxy - 8a7569555c4b92e44f69e0f434f4780d75721d25 authored almost 7 years ago
Make the load-balancing strategy configurable

github.com/DNSCrypt/dnscrypt-proxy - a43352e160977fee3edccf41c529bb9231b25b72 authored almost 7 years ago
Prepare support for multiple load balancing strategies

github.com/DNSCrypt/dnscrypt-proxy - 88434fc39f2e136783205d2fa09e893d0f2d93d6 authored almost 7 years ago
restrict. is too restrictive

github.com/DNSCrypt/dnscrypt-proxy - f319088506b7e5f18aee3f4a955ca67b1d794797 authored almost 7 years ago
Use Cache-Control

github.com/DNSCrypt/dnscrypt-proxy - 6f546b4c21de7f6749b8607aedaa8d2d5c5c6c8f authored almost 7 years ago
Update deps, include cachecontrol

github.com/DNSCrypt/dnscrypt-proxy - 6b49470b951d53290a75db97f9a8bfe641af3e08 authored almost 7 years ago
Infer TTL from Date: and Expire: headers

Unfortunately, Google DNS sets Expire: to the same value as Date:

So we may want to use Cache-C...

github.com/DNSCrypt/dnscrypt-proxy - ed60976dd21378f49430c32acee0b006fbcb3695 authored almost 7 years ago
DoH: use 0 as a transaction ID

Reject short TCP queries early by the way

github.com/DNSCrypt/dnscrypt-proxy - 458da8fa77ef83c8864779d7e050f3fdfb63b79b authored about 7 years ago
Add a setMaxTTL() function

Will be useful to interprete HTTP cache headers in DoH

github.com/DNSCrypt/dnscrypt-proxy - 2eed62f1e2a985f5d522899f27aafd9f227f1a2b authored about 7 years ago
Link to the latest draft of DNS-over-HTTPS

github.com/DNSCrypt/dnscrypt-proxy - 454e1bdfbcab80ee930d607baaede72477bffaf8 authored about 7 years ago
Last released candidate, so people can test cloaking

github.com/DNSCrypt/dnscrypt-proxy - a4b70fa56d5dfaa9f16223d5de371e76ba1e6e45 authored about 7 years ago
Add limits to HTTP requests

github.com/DNSCrypt/dnscrypt-proxy - 9d69811de9f651fb1d8c3b9935cbf8ea8ca3cf43 authored about 7 years ago
Proper stamps length check

github.com/DNSCrypt/dnscrypt-proxy - 9ee7e522b1045b9f097cf9011263e8d2074e8b23 authored about 7 years ago
cloak: decrement TTL

github.com/DNSCrypt/dnscrypt-proxy - cfeb25a4c26dd38aa7defa0fc3e618309b3736d2 authored about 7 years ago
Add some comments

github.com/DNSCrypt/dnscrypt-proxy - d005a76dc427c5a2bcae1335c439a318d843f731 authored about 7 years ago
If we already performed a resolution before, even partial, don't retry

(at least until the TTL expires)

So, if www.google.com is cloaked, and forcesafesearch returns ...

github.com/DNSCrypt/dnscrypt-proxy - 18167c0f4755a6e544454f139e55ef119e7a1fc5 authored about 7 years ago
We need to manage the TTL properly, but in the meantime, reduce log verbosity

github.com/DNSCrypt/dnscrypt-proxy - 5c18c51116b65370befe1950bc068d3a0826ff9c authored about 7 years ago
Import a cloaking example file

github.com/DNSCrypt/dnscrypt-proxy - 1e066e69b36156a3c069e44c659c1930f622814c authored about 7 years ago
Add a new powerful plugin: DNS cloaking

github.com/DNSCrypt/dnscrypt-proxy - 033931a13a5e2a4dc79e00693864c6d907c6d47b authored about 7 years ago
Use https for the remote source example

This can be changed back to http on platforms that don't have a clock

github.com/DNSCrypt/dnscrypt-proxy - e62dd2759338b8b65d47710f6e1f3b1a47717045 authored about 7 years ago
Set the default source refresh delay to 3 days

github.com/DNSCrypt/dnscrypt-proxy - 93810e60d7cd5594308a7f5ffabd982389d85e40 authored about 7 years ago
Recompress the logo

github.com/DNSCrypt/dnscrypt-proxy - faf80cd6f7a5129dcc7b362c250dd51591d0f520 authored about 7 years ago
Check if the config file exists from the current directory

Try the executable directory if it fails

Then, go to that config file directory no matter what

...

github.com/DNSCrypt/dnscrypt-proxy - f513ab21fa7b28bb12dc350e49b2d9bc5c76879d authored about 7 years ago
Reduce log verbosity when ignore_system_dns = true

Fixes #81

github.com/DNSCrypt/dnscrypt-proxy - 67b0d95ea104a0df23dceb4f984fff61d8530851 authored about 7 years ago
Merge pull request #78 from mastad0n/patch-5

Fix mirror 404

github.com/DNSCrypt/dnscrypt-proxy - db973f1aa9a5f00a7ff7d81ec6ed27a9d726eb99 authored about 7 years ago
Merge pull request #79 from mastad0n/patch-6

fix mirror 404

github.com/DNSCrypt/dnscrypt-proxy - 118ec5e0f04b690cf186f769a962f7b31f001e1d authored about 7 years ago
Add missing golang-lru files

github.com/DNSCrypt/dnscrypt-proxy - cb911e6ed03569fe17e8a564809403a4d82114fb authored about 7 years ago
Update golang-lru

github.com/DNSCrypt/dnscrypt-proxy - a7ecb1a4a370c527d03861553e3e2a041ef2519b authored about 7 years ago
Merge pull request #77 from Zirkelite/systemd-service-update

Update systemd service to pull nss-lookup.target in.

github.com/DNSCrypt/dnscrypt-proxy - 1fcb0acc77492923709078cc075fa29bc7b83bea authored about 7 years ago
Update systemd service to pull nss-lookup.target in.

According to systemd.special(7), nss-lookup.target is a Special Passive System Unit. This means ...

github.com/DNSCrypt/dnscrypt-proxy - 821646e7a4b1fccf392379ab015ac432df5881ac authored about 7 years ago
Match blacklist.txt naming example

And match the configuration file format.

Fixes #74

github.com/DNSCrypt/dnscrypt-proxy - 17c1806da3be13814ba3404984b1966ad94b7833 authored about 7 years ago
Merge pull request #75 from mastad0n/patch-1

Change to .toml format

github.com/DNSCrypt/dnscrypt-proxy - 9dd68637fa8b987678a523f5cc3ee312365ca835 authored about 7 years ago
Merge pull request #76 from mastad0n/patch-4

Typo :)

github.com/DNSCrypt/dnscrypt-proxy - 763f088eabe377b68dfd05802f3cc1d1d9fc55b7 authored about 7 years ago
Change to .toml format

:)

github.com/DNSCrypt/dnscrypt-proxy - 79d6a9aa93e6fe51a5b3757dd06e970b3ffe6cc7 authored about 7 years ago
Add nofilter to Google

github.com/DNSCrypt/dnscrypt-proxy - dc070d56a448a0d2d98cdc2e95e8bd2b0a935de0 authored about 7 years ago
Properly remove the default port

github.com/DNSCrypt/dnscrypt-proxy - c5283061cf864aff040bad2b9654e5a216ad598d authored about 7 years ago
Clear ServerName for -list-all

Suggested by @glitsj16, thanks!

Fixes #71

github.com/DNSCrypt/dnscrypt-proxy - e4e351b8540edf775c890aa889bda2f886cf77ed authored about 7 years ago
Add a -list-all switch; add IPv6 & port number info to the JSON output

github.com/DNSCrypt/dnscrypt-proxy - bf56644a49728e92b3aab4f3e581e4f53d3bf088 authored about 7 years ago
Update Travis for the new example file names

github.com/DNSCrypt/dnscrypt-proxy - fe2bb3847b8cfd22de1d5934f8716210c3ae5a63 authored about 7 years ago
Rename example files

github.com/DNSCrypt/dnscrypt-proxy - c2fb372112eeb3a9edeca85bd91153f08b0cf0e1 authored about 7 years ago
Do not consider the absence a listening sockets an error

Because systemd.

Fixes #64

github.com/DNSCrypt/dnscrypt-proxy - 13952ffb1abc88f12ae8a92e7092b95b04e9fa73 authored about 7 years ago
2.0.0 release candidate

github.com/DNSCrypt/dnscrypt-proxy - 6efd904b9f739f86835e316ae85f24cd8b14aaec authored about 7 years ago
Support time access restrictions in substrings & glob patterns

Improve example

github.com/DNSCrypt/dnscrypt-proxy - 107fc35d2a72a4d393d4d693e834a5dde466b27a authored about 7 years ago
Rename time_ranges to schedules

github.com/DNSCrypt/dnscrypt-proxy - 1a34224c91e2aa4fb80a142011ebecce2b71db7c authored about 7 years ago
Indent sections in the example config file

It should make it more obvious that properties are tied to a section.

Fixes #62

github.com/DNSCrypt/dnscrypt-proxy - cb0e2a17597db7869bd269503c07c3c32f65e8ad authored about 7 years ago
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
Move the time check function down, make it m...

github.com/DNSCrypt/dnscrypt-proxy - 9b4eb54c0b056d1a530459703faa981844fc476a authored about 7 years ago
Typo, and use single quotes everywhere

Fixes #61

github.com/DNSCrypt/dnscrypt-proxy - b88cfa07165fa7a674e90476498b50aa2d4b325c authored about 7 years ago
Move the time check function down, make it more readable

github.com/DNSCrypt/dnscrypt-proxy - aa34dae308fe75aeee1efa0c21118872fb52b60c authored about 7 years ago
time-based access control: done, for prefixes & suffixes rules

github.com/DNSCrypt/dnscrypt-proxy - 61592776e2d99570a643c6a0858683148d02d45a authored about 7 years ago
Time access restrictions [WIP]

Because my daughter spends way too much time on Youtube
Because people have been asking OpenDNS ...

github.com/DNSCrypt/dnscrypt-proxy - 41a73ccb03af1bce47fc6389ed7359043e4c3945 authored about 7 years ago
DoH: implement support for multiples cert hashes

github.com/DNSCrypt/dnscrypt-proxy - 7a8deebaf181298d9ccf027e713770db8a63ebd2 authored about 7 years ago
Fix cert expiration warnings

Spotted by @CommanderRoot -- thanks!

github.com/DNSCrypt/dnscrypt-proxy - 22e63774a1144567128258be3fd4021c861b838c authored about 7 years ago
Accept sources without an URL; use v2 format by default for remote sources

github.com/DNSCrypt/dnscrypt-proxy - d7ec318945aef732d7c0f6193d18aa76645b68ab authored about 7 years ago