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

string(<int>) doesn't do what you may expect :)

github.com/DNSCrypt/dnscrypt-proxy - 1ca7597c7f4bc3f3ab390739e443b3826e67efa7 authored almost 7 years ago
Add the list of addresses to the -list -json output

github.com/DNSCrypt/dnscrypt-proxy - e09f0875c1c052fb57f00f16886a7f77d36a0f0b authored almost 7 years ago
Add some helpers

github.com/DNSCrypt/dnscrypt-proxy - 8bedb4b01ea1eefc9772280e5b4d451cd32d2968 authored almost 7 years ago
Don't assume that DoH servers use port 443

github.com/DNSCrypt/dnscrypt-proxy - 7f221afeff84cb32b05d4f98d9477cc796aecc8d authored almost 7 years ago
Mention that log_files_max_backups = 0 means "keep all backups"

Fixes #268

github.com/DNSCrypt/dnscrypt-proxy - 0983a86b40abe0c15be7d4a98346d3ce23738b16 authored almost 7 years ago
Add liveinternet.ru to the whitelist

github.com/DNSCrypt/dnscrypt-proxy - 84593c134160c275d3b29f50906a4a0d229af0a6 authored almost 7 years ago
Adding DynamicUser to systemd service file, enhancing socket and service (#261)

* Adding nss-lookup.target to the socket Before and Wants directive. Adding current upstream wik...

github.com/DNSCrypt/dnscrypt-proxy - fa2c95084ef9b575bfbe62543e0765623c9b8a0e authored almost 7 years ago
Patch service_upstart

github.com/DNSCrypt/dnscrypt-proxy - 3e4b7671d1c32f6450ee29d54e2015cf4b68637f authored almost 7 years ago
Update deps; especially for chacha20

github.com/DNSCrypt/dnscrypt-proxy - 10f0503d508db4a325ebeb6db5d250804f634ede authored almost 7 years ago
Add NoTracking's list to the example blacklist configuration

Implement dnsmasq-style filters by the way

github.com/DNSCrypt/dnscrypt-proxy - 9224e79c594035c77c19524e4dee0cfe91d70d5b authored almost 7 years ago
malwaredomainslist seems to be hard to reach over HTTPS

github.com/DNSCrypt/dnscrypt-proxy - 6bca9eb795b2509afb657783899b55330e4f7ea8 authored almost 7 years ago
Just build freebsd-arm to be consistent with other builds

github.com/DNSCrypt/dnscrypt-proxy - 9643a311c85bac3fffb023fc5d358e90eae94f92 authored almost 7 years ago
chore: build freebsd armv7 binary (#252)

github.com/DNSCrypt/dnscrypt-proxy - 37b4234b18cd795fa000721ea3ad20e3f8f00ea7 authored almost 7 years ago
Add optional hardening to systemd service (#259)

github.com/DNSCrypt/dnscrypt-proxy - bdc32cee90e099a49214c0b5315ea429959ea8c1 authored almost 7 years ago
dnscrypt-proxy.socket: update [Unit] dependencies to match those from service (#260)

github.com/DNSCrypt/dnscrypt-proxy - f2ab65aab77fadc669f3a7962f47d3b4572656aa authored almost 7 years ago
Let default systemd socket listen on both IPv4 and IPv6 (#257)

* Let default systemd socket listen on both IPv4 and IPv6

Setting listen_addresses = [] in co...

github.com/DNSCrypt/dnscrypt-proxy - a95c7b729b04d1e1789925e0bb3c0c41563ce6b4 authored almost 7 years ago
Mention that people in China may need to use Quad114

github.com/DNSCrypt/dnscrypt-proxy - 0026a20e0873eaad728fcff89a5b0496c046eba0 authored almost 7 years ago
Revert "Switch to Quad114 as the default resolver"

This reverts commit 91f97833a3a97c097fb75b7017e6b67a4cb2d7d4.

The Internet has become a sad pla...

github.com/DNSCrypt/dnscrypt-proxy - 2568ea0b0c90b51e13f9250f8df1829af0d8fec8 authored almost 7 years ago
Revert the cache clear

Implementing this is going to be more complicated

github.com/DNSCrypt/dnscrypt-proxy - 2eac8d52d556de76f6efe8e83290fb3e41d11433 authored almost 7 years ago
Move local resolution to a dedicated function

github.com/DNSCrypt/dnscrypt-proxy - 3c05b38edd84e0b34bd6f1f971dcce5b6a11aa17 authored almost 7 years ago
DoH: only use the optional IP to bootstrap resolution

Fixes #100

github.com/DNSCrypt/dnscrypt-proxy - d2805a19e4c1d6a373f7676651729949ec07bf98 authored almost 7 years ago
When using a fallback resolver, favor IPv6 for DoH servers if use_ipv6 is set

Fixes #153

github.com/DNSCrypt/dnscrypt-proxy - 577ac5c91a9a95969c0dc8eb6ca68943f3557504 authored almost 7 years ago
Don't assume IPv6 or IPv4 about DoH servers

github.com/DNSCrypt/dnscrypt-proxy - 22f69a475a04cec38a1d89c1b5243266f79fee25 authored almost 7 years ago
Switch to Quad114 as the default resolver

Quad9 current returns SERVFAIL for dnscrypt.info and there have
been reports of it not working a...

github.com/DNSCrypt/dnscrypt-proxy - 91f97833a3a97c097fb75b7017e6b67a4cb2d7d4 authored almost 7 years ago
Print the IP, not the address

github.com/DNSCrypt/dnscrypt-proxy - 963a54f6fe694496fb42bc59ab87283f8151e87e authored almost 7 years ago
Remove superflous brackets; fix DoH default port as well

github.com/DNSCrypt/dnscrypt-proxy - 1f81710b9135bf28100aca92f2388c27e0767fec authored almost 7 years ago
Fix 2.0.6 ipv6 attach port (#237)

* fix-2.0.6-ipv6-attach-port

github.com/DNSCrypt/dnscrypt-proxy - 86fb695189364fd0ab4472fa0577f8c624b3f073 authored almost 7 years ago
Clarify

Fixes #221

github.com/DNSCrypt/dnscrypt-proxy - fd51ff8fb6fd64a7c222609385a73c93ca0dfeee authored almost 7 years ago
TCP: don't read past the prefixed size

Maybe
fixes #219

github.com/DNSCrypt/dnscrypt-proxy - ba2f43e6db22b35dd66061cc30dce591259db576 authored almost 7 years ago
bring back exec and strings

github.com/DNSCrypt/dnscrypt-proxy - 3d50549cae5f1fcb9d455bd647b6385456d585a6 authored almost 7 years ago
Lower default granularity

github.com/DNSCrypt/dnscrypt-proxy - a6ae97ecb1bde94c996de89cce6faee796af94ee authored almost 7 years ago
Update clocksmith

github.com/DNSCrypt/dnscrypt-proxy - ff81344aa80da71b3b964165237350711215b285 authored almost 7 years ago
Don't pause the cert refresh timers if the host goes to hibernation

github.com/DNSCrypt/dnscrypt-proxy - 817f2ff5603278e1ca3b6c0520d0162b40ced2a7 authored almost 7 years ago
Print absolute paths when file caches cannot be written

github.com/DNSCrypt/dnscrypt-proxy - 75f3c6403b47b490e41a8e6a863700524813e4f9 authored almost 7 years ago
Don't assume that A RRs will be first

Maybe
fixes #202

github.com/DNSCrypt/dnscrypt-proxy - 4e671cf5efaac9ceaec51f6f1b63ca22e6750073 authored almost 7 years ago
log_files_max_backups

github.com/DNSCrypt/dnscrypt-proxy - a6ce6308978ba10d9241eb022636e85b49a12525 authored almost 7 years ago
Update ChangeLog

github.com/DNSCrypt/dnscrypt-proxy - 10026809a38138a5859aee7f0f81c50ab1cb74c0 authored almost 7 years ago
log file rotation example config

github.com/DNSCrypt/dnscrypt-proxy - 38942f62b0204a93959eaaf4220a2dd36a933ebb authored almost 7 years ago
Add automatic log files rotation

Fixes #172

github.com/DNSCrypt/dnscrypt-proxy - b643a816cc6984fc980f0ae59e1069a33b37803c authored almost 7 years ago
Use atomic loads for the clients counter

github.com/DNSCrypt/dnscrypt-proxy - 97156c3ad3ba008a6f1b09e4a66fb12985b7a410 authored almost 7 years ago
Remove init check for busybox-based systems

github.com/DNSCrypt/dnscrypt-proxy - 4e7631bfcddc9199599bc7117195736262143fac authored almost 7 years ago
Make the serverInfo list a list of pointers

Maybe
fixes #201

github.com/DNSCrypt/dnscrypt-proxy - 3910873bf291d082fa43074db32caba5cb45b3de authored almost 7 years ago
Remove useless fmt.Errorf and argument

github.com/DNSCrypt/dnscrypt-proxy - 80426967bfb2e4538cdd6c68a8fa370e83e11560 authored almost 7 years ago
Add -pidfile

Fixes #200

github.com/DNSCrypt/dnscrypt-proxy - 85a64e3327de90a63abfe84a812ce1808baea41a authored almost 7 years ago
Update deps; this fixes something related to Windows registry

github.com/DNSCrypt/dnscrypt-proxy - 66d93da954bd65ec3b16a7125686b049ebf859b8 authored almost 7 years ago
Add gross DoH padding since nobody could help with #58

github.com/DNSCrypt/dnscrypt-proxy - 0dfd4b70fc04e3c7a23a2a708447fef2756e837a authored almost 7 years ago
Revert "Allow -test 0"

This reverts commit 1e2c175e19f8d5db9f49d64c215469a058d18dc0.

Revert "Don't bind any sockets wh...

github.com/DNSCrypt/dnscrypt-proxy - 519af2e5323d739b26555ff076f19a4b4c290a0a authored almost 7 years ago
Don't bind any sockets when using -test

github.com/DNSCrypt/dnscrypt-proxy - 982f341de8f396a55957102455be0ad1a62fab6c authored almost 7 years ago
Implement -test to check certificates expiration

github.com/DNSCrypt/dnscrypt-proxy - 2158674d17133b712efd1a70c2bdfde688bb1691 authored almost 7 years ago
Merge pull request #194 from a1346054/master

Spelling fixes

github.com/DNSCrypt/dnscrypt-proxy - ff0c612e79f419ec76e0b2cb9860334dc3ec193d authored almost 7 years ago
Check record type in xTransport

Prepare for IPv6-only support by the way

Fixes #189

github.com/DNSCrypt/dnscrypt-proxy - 38fd879b56dd2c3ab5583cb5c081227e5ce8d76b authored almost 7 years ago
Sorry, but eucookie.internetbrands.com makes modelmayhem unusable

github.com/DNSCrypt/dnscrypt-proxy - 5de18b527422f9fb24a3de7d4b69eca2233c4056 authored almost 7 years ago
Mention that urls are optional, but recommended

github.com/DNSCrypt/dnscrypt-proxy - db0ed1b67f5a9d9899a478a5f4daa4b1c5a20353 authored almost 7 years ago
ibpxl.com is often having issues making websites unusable

github.com/DNSCrypt/dnscrypt-proxy - 0c2154af83f5c19a6bebad0a2099b5218bfd2e9c authored almost 7 years ago
Truncated packets cannot be parsed by miekg/dns; clear the error flag when it happens

Fixes #177

github.com/DNSCrypt/dnscrypt-proxy - 636f92bae00b6dc0d79710166aaa2d98b522e9a7 authored almost 7 years ago
Remove duplicate paths in Android build section, spotted by @sporif

Fixes #174

github.com/DNSCrypt/dnscrypt-proxy - aea15a484edd35c61b48b1922d2aaa392fcc0ab3 authored almost 7 years ago
Add Android builds

github.com/DNSCrypt/dnscrypt-proxy - 54e0f7d6dff1a64a3fb6f36ea7a3fa2fb781ba43 authored almost 7 years ago
The trick to make Travis use Go 1.10 is to use quotes :)

github.com/DNSCrypt/dnscrypt-proxy - 10e96cced601c25400eb2babfed72fbdaf28f476 authored almost 7 years ago
Add android x86 and x86_64 targets

github.com/DNSCrypt/dnscrypt-proxy - 14ebe60bff7b78d3b4c7efcc2e9d2389fde34850 authored almost 7 years ago
Try adding Android builds to Travis

github.com/DNSCrypt/dnscrypt-proxy - 5e93de34aad3575faa0cc4fcba4ddefe340ef1c2 authored almost 7 years ago
Log servers returning SERVFAIL

github.com/DNSCrypt/dnscrypt-proxy - eac8732b2b9c0506699354cc0481c5819a04f945 authored almost 7 years ago
Mark servers as failing more aggressively

github.com/DNSCrypt/dnscrypt-proxy - 4ec5461b2f78c35dbe4fa339000be3794ee6e3ac authored almost 7 years ago
Travis still doesn't support Go 1.10

github.com/DNSCrypt/dnscrypt-proxy - 0709d5bdeb688b90fe7389c7fa0c976578ece5f1 authored almost 7 years ago
Give Go 1.10 a new spin on Travis

github.com/DNSCrypt/dnscrypt-proxy - 979f1b19ff8e167c9ec02d9cf756842993d29f31 authored almost 7 years ago
Vastly improve the way load balancing works

github.com/DNSCrypt/dnscrypt-proxy - 14075e31dca154380a2ae54272f1221a2c739ff0 authored almost 7 years ago
Bump default MaxClient to match the config file

Fixes #158

github.com/DNSCrypt/dnscrypt-proxy - 2e8699d483a9abda4f69aa80cea0b4092c2caf0e authored almost 7 years ago
Service installation: bail out with a meaningful error message on unsupported platforms

Fixes #154

github.com/DNSCrypt/dnscrypt-proxy - 547e444afda34536a2520d7d770149efe266f2ee authored almost 7 years ago
Fallback to cached content if we don't have a working connection

github.com/DNSCrypt/dnscrypt-proxy - 782c86b7850a1521dccb3b640f7d8d0e3987c1c0 authored almost 7 years ago
Update deps, not changes besides comments

github.com/DNSCrypt/dnscrypt-proxy - 44a5448b68af0856540a37914d7f4d5df0558efb authored almost 7 years ago
Update ChangeLog

github.com/DNSCrypt/dnscrypt-proxy - 81ba5ef2c6a42485752ae3d431037e01af4d4d13 authored almost 7 years ago
Add gimme --list

github.com/DNSCrypt/dnscrypt-proxy - 48af50a4435640eefa49f1e3dc6bae5f1de76905 authored almost 7 years ago
Better (and, for DoH, fixed) RTT estimation

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

This reverts commit 2027d970dd04a0d15d713fe16f8378d98a2883fe.

github.com/DNSCrypt/dnscrypt-proxy - 680632e9216998cf55bdbc9b35e475dc5aec4f8e authored almost 7 years ago
Minor changes for clarity

github.com/DNSCrypt/dnscrypt-proxy - 25f1de385b50f45032f386aa31c131bbb168f00e authored almost 7 years ago
Merge pull request #149 from Alex131089/Alex131089-time-blacklist

Handle time-based blacklist in generate-domains-blacklist.py

github.com/DNSCrypt/dnscrypt-proxy - 80a1a5981876f989c8f9901863c79887dff90dea authored almost 7 years ago
Only rewrite a cache file if it doesn't already come from the cache

Fixes #150

github.com/DNSCrypt/dnscrypt-proxy - 6baafe32326e38f463f96fe0276a7dd957ed4752 authored almost 7 years ago