Frank Denis
58e1410e66
Nits
2021-04-17 16:42:18 +02:00
Frank Denis
e2e32406fb
Improve ODoH log messages
2021-04-17 16:41:10 +02:00
Christopher Wood
23588733ae
Synchronously update the target configuration upon failure. ( #1671 )
...
* Synchronously update the target configuration upon failure.
* Notice a serverInfo failure when key updates fail.
* Add server name to debug logs.
2021-04-17 16:35:55 +02:00
Frank Denis
9759dd90a2
Limit the number of dependabot pull requests
2021-04-14 18:26:38 +02:00
milgradesec
754c2bdb93
Create dependabot.yml ( #1670 )
2021-04-14 18:25:51 +02:00
Alison Winters
eda8dd5181
replace TrimFunc(s, IsSpace) with TrimSpace for ASCII optimization ( #1663 )
2021-04-05 11:46:57 +02:00
Christopher Wood
03413eae2f
Add ODoH test files. ( #1656 )
2021-03-30 15:11:09 +02:00
Frank Denis
81692a3a80
Update xsecretbox again
2021-03-30 13:38:50 +02:00
Frank Denis
8213a96cd5
Revert "Remove the need for two chacha20 implementations"
...
This reverts commit 8e8a4bd024
.
2021-03-30 12:29:07 +02:00
Frank Denis
cee31b646e
Update Go version in CI
2021-03-30 11:57:10 +02:00
Frank Denis
8e8a4bd024
Remove the need for two chacha20 implementations
2021-03-30 11:54:04 +02:00
Frank Denis
3efbacc0d4
Rename
2021-03-30 11:53:59 +02:00
Christopher Wood
c748f93752
Add ODoH support. ( #1653 )
2021-03-30 11:53:51 +02:00
Frank Denis
f7219b2bfa
Recommend discussions
2021-03-30 10:56:01 +02:00
Frank Denis
09e5812a23
Send info messages to stdout if an output file has been specified
...
Fixes #1651
2021-03-27 18:39:24 +01:00
Frank Denis
873522c7f7
Add discussions link
2021-03-27 01:57:20 +01:00
Frank Denis
789e5bf162
...
2021-03-27 01:51:44 +01:00
Frank Denis
795c56f518
Shorten
2021-03-27 01:31:24 +01:00
Frank Denis
4201e7f373
Rename
2021-03-27 01:28:53 +01:00
Frank Denis
1e3f03ab0c
...
2021-03-27 01:19:01 +01:00
Frank Denis
6430ae942c
Nits
2021-03-26 09:49:25 +01:00
Frank Denis
76392285e2
Nits
2021-03-26 00:02:54 +01:00
Frank Denis
1ca67270b8
pluralize
2021-03-26 00:01:34 +01:00
Frank Denis
a6ea636117
Rename questions to protocol
2021-03-25 23:50:34 +01:00
Frank Denis
0f7208f7ef
up
2021-03-25 23:47:55 +01:00
Frank Denis
7d10a2c84d
Update issue template
2021-03-25 23:42:10 +01:00
Frank Denis
10ded3d9f2
Update deps
2021-03-22 22:57:07 +01:00
Frank Denis
54d85d7298
Filters don't apply to static entries
2021-03-12 20:05:58 +01:00
Frank Denis
84ea8dc9b0
Merge branch 'master' of github.com:DNSCrypt/dnscrypt-proxy
...
* 'master' of github.com:DNSCrypt/dnscrypt-proxy:
Fix domain blocklist config example (#1632 )
2021-03-08 15:36:53 +01:00
Frank Denis
b1e96b69fd
Save 1.4 MiB of memory
2021-03-08 15:36:42 +01:00
synthtech
6bdeaaa70c
Fix domain blocklist config example ( #1632 )
2021-03-02 01:04:48 +01:00
Frank Denis
09866acdb5
New miekg/dns to fix a resource leak (not affecting us)
2021-02-26 10:38:52 +01:00
Frank Denis
1ae2281588
Update miekg/dns
2021-02-24 15:38:04 +01:00
Frank Denis
34909babfb
Typo
2021-02-20 19:11:06 +01:00
Frank Denis
bbf4094508
Deps update
2021-02-20 18:55:58 +01:00
Frank Denis
1a82786e07
Merge branch 'master' of github.com:DNSCrypt/dnscrypt-proxy
...
* 'master' of github.com:DNSCrypt/dnscrypt-proxy:
Update codeql-analysis.yml (#1612 )
2021-02-20 18:51:20 +01:00
Frank Denis
c500287498
Rename fallback_resolvers to bootstrap_resolvers
...
Clarify what they are used for.
Remove the legacy `fallback_resolver`.
2021-02-20 18:50:42 +01:00
miracle091
1795c7be3a
Update codeql-analysis.yml ( #1612 )
...
using a custom name for the job and removed a step not more needed
Signed-off-by: Frank Denis <github@pureftpd.org>
2021-02-15 01:17:51 +01:00
miracle091
1b4045a098
Update codeql-analysis.yml ( #1612 )
...
using a custom name for the job and removed a step not more needed
2021-02-08 17:17:23 +01:00
Frank Denis
b131708cd6
Update miekg/dns
2021-02-02 09:48:11 +01:00
Frank Denis
472ab609e4
Update miekg/dns to v1.1.37
2021-01-30 19:29:12 +01:00
Frank Denis
6517bae0c3
Disable full hosts.oisd.nl, replace with the shorter version
2021-01-29 16:20:32 +01:00
Frank Denis
5d6b35213c
Add the file name ;)
2021-01-22 18:39:04 +01:00
Frank Denis
96ba551836
Revert "The source tests are completely brok4n :("
...
This reverts commit a76ffb0143
.
2021-01-22 17:50:01 +01:00
Frank Denis
d8ff82cf45
IP addresses of queries over local DoH are now logged
2021-01-22 16:13:56 +01:00
lifenjoiner
a9cf16b33e
Fix: Randomize source URLs ( #1593 )
2021-01-22 15:06:49 +01:00
Frank Denis
0ab9e30fa9
Merge branch 'master' of github.com:DNSCrypt/dnscrypt-proxy
...
* 'master' of github.com:DNSCrypt/dnscrypt-proxy:
The source tests are completely brok4n :(
Explain how to listen to all IP addresses
In the query log, consider everything that's not UDP as TCP
2021-01-22 09:16:56 +01:00
Frank Denis
d0f981156b
Add the base inherited fd to the application logging fd
...
Fixes #1585
2021-01-22 09:15:40 +01:00
Frank Denis
a76ffb0143
The source tests are completely brok4n :(
...
Fix at least the fact that URLs are now randomized
2021-01-21 14:59:34 +01:00
Frank Denis
53c8e25352
Explain how to listen to all IP addresses
...
Fixes #1588
2021-01-21 14:38:36 +01:00