1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-11 22:35:40 +01:00
Commit Graph

1508 Commits

Author SHA1 Message Date
Frank Denis
56f838341b travis-ci.org -> travis-ci.com 2019-12-11 14:19:39 +01:00
Frank Denis
76de8a955a Update deps 2019-12-11 14:10:16 +01:00
Frank Denis
c1202457bf Json -> JSON 2019-12-11 14:08:48 +01:00
Frank Denis
a7b7bdc11e Compress synthetic responses 2019-12-11 14:02:56 +01:00
Frank Denis
9553d7f8c5 Copy the DO bit from questions to synthetic responses 2019-12-11 13:56:25 +01:00
Frank Denis
1674bb1742 Force clear the AD bit unless the DO bit was also set 2019-12-11 09:41:16 +01:00
Frank Denis
ee1c0fed93 Properly set DNS flags when creating empty responses 2019-12-11 09:00:29 +01:00
Frank Denis
3b4d6c532d A URL path must start with a / 2019-12-10 16:04:37 +01:00
Frank Denis
4d5c940616 Remove domains-blacklist-all.conf 2019-12-10 15:51:04 +01:00
Frank Denis
45d506efa1 Add the full path to minisign 2019-12-10 00:33:59 +01:00
Frank Denis
6d1e4a9b5d Travis: create /tmp/bin 2019-12-10 00:18:36 +01:00
Frank Denis
279d5619e3 Don't block '.' 2019-12-10 00:03:41 +01:00
Frank Denis
5d396d5f52 Grammar 2019-12-09 23:57:00 +01:00
Frank Denis
7fe2ac4b39 Pasto 2019-12-09 23:55:22 +01:00
Frank Denis
c4673d86f5 Define _GNU_SOURCE 2019-12-09 23:45:41 +01:00
Frank Denis
c68c672b47 libsodium -> libsodium-dev and move to before_deploy 2019-12-09 23:20:22 +01:00
Frank Denis
548a439528 Bump 2019-12-09 20:56:59 +01:00
Frank Denis
a635e92606 Add a new plugin to block unqualified host names 2019-12-09 20:25:38 +01:00
Frank Denis
56d02597a6 Extend the grace period and log when it's used 2019-12-09 17:08:59 +01:00
Frank Denis
21a5765527 Rename resolveWithCache() and make the comment match what the fn does 2019-12-09 17:03:16 +01:00
Frank Denis
2d8fd40481 Don't use named return values just for one value, especially an error
Be consistent with the rest of the code
2019-12-09 16:59:02 +01:00
Frank Denis
3e32d38f29 Explicit initialization 2019-12-09 16:56:43 +01:00
Frank Denis
49460f1d6f pidfile.Write() can fail if no pid file was configured, it's ok 2019-12-09 13:34:14 +01:00
Frank Denis
7991b91f21 Downgrade error level of pidfile.Write() to Critical 2019-12-09 13:08:03 +01:00
Frank Denis
b5bb0fd504 If we can't disconnect from the Service Manager, it's no big deal 2019-12-09 13:07:47 +01:00
Frank Denis
bfd74185f5 Don't prevent DNS queries from being answered if the partition is full 2019-12-09 12:55:26 +01:00
milgradesec
8efbf401c8 add error checks 2019-12-09 12:50:30 +01:00
Frank Denis
51a842b838 Reapply miekg/dns updates to the vendor dir 2019-12-09 12:03:03 +01:00
Frank Denis
3d11d1d4e0 Revert "Update deps"
This reverts commit 915c90ae37.

The x/sys update breaks compilation on arm
2019-12-09 12:02:42 +01:00
Frank Denis
915c90ae37 Update deps 2019-12-09 10:09:37 +01:00
dependabot-preview[bot]
f5880667c9 Bump github.com/miekg/dns from 1.1.22 to 1.1.24
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.22 to 1.1.24.
- [Release notes](https://github.com/miekg/dns/releases)
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.22...v1.1.24)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-09 10:07:29 +01:00
Frank Denis
ba8565a59e Shorten conditions 2019-12-09 10:07:05 +01:00
milgradesec
96d15771e2 add multiple error checks 2019-12-09 09:56:47 +01:00
Frank Denis
61a1637650 Use the singular 2019-12-09 00:01:43 +01:00
Frank Denis
5d778f998a Add issue templates 2019-12-09 00:00:22 +01:00
Frank Denis
2d28e5808d Add fastly.net 2019-12-08 12:30:52 +01:00
Frank Denis
de10601a8e Add edgesuite.net to the example whitelist 2019-12-08 10:59:19 +01:00
Frank Denis
59f2df6318 Recommend more names to be forwarded 2019-12-07 17:38:07 +01:00
Frank Denis
62f0b80c66 Add a comment regarding forwarding and ipv6 blocking 2019-12-06 19:41:33 +01:00
Frank Denis
db33c69fe5 Log the original qName when a CNAME pointer is blocked 2019-12-05 17:50:04 +01:00
Frank Denis
4d0c5ad569 Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy
* 'master' of github.com:jedisct1/dnscrypt-proxy:
  Travis: use Ubuntu Bionic so we don't have to compile libsodium
  Downcase wiki
  Handle clientsCount in the local DoH handler, too
  Remove beta
  Bump deps
  Fix typo
  Bump
  whitelist
  Add some extra blacklists
2019-12-05 16:49:48 +01:00
Frank Denis
57a88eda56 Add (indirect) to the logged pattern for indirect blocks 2019-12-05 16:49:08 +01:00
Frank Denis
63e8494b44 Travis: use Ubuntu Bionic so we don't have to compile libsodium 2019-12-03 13:31:44 +01:00
Frank Denis
36cffffb11 Downcase wiki 2019-12-03 13:19:38 +01:00
Frank Denis
3a4bc98073 Handle clientsCount in the local DoH handler, too 2019-12-03 13:04:58 +01:00
Frank Denis
0de2246af2 Remove beta
Fixes #1086
2019-12-03 12:34:42 +01:00
Frank Denis
722089e561 Bump deps 2019-12-03 12:02:08 +01:00
glitsj16
443bdce879 Fix typo 2019-12-01 23:38:05 +01:00
Frank Denis
8da3107809 Bump 2019-12-01 17:57:42 +01:00
Frank Denis
98eb5ccd49 whitelist 2019-12-01 17:56:48 +01:00