Commit graph

1175 commits

Author SHA1 Message Date
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
Frank Denis
ef5bde30a7 Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy 2019-12-01 16:01:38 +01:00
Frank Denis
941cd63508 Add some extra blacklists 2019-12-01 16:01:17 +01:00
Frank Denis
21c63a5608 Local-DoH: pad responses 2019-11-29 21:34:21 +01:00
Frank Denis
f9019f46a4 2019 2019-11-29 21:24:06 +01:00
Frank Denis
53dd5cd6c5 Clarify 2019-11-29 14:18:48 +01:00
Frank Denis
53924d4cf7 Unset GODEBUG - WHich means that Go 1.13 is now required for TLS 1.3
We could keep setting GODEBUG for compatibility with older versions, but
people complain that it prints debug warnings.
2019-11-29 14:00:21 +01:00
Frank Denis
4a613aa68d Explain what the path is in a URL 2019-11-29 13:42:35 +01:00
Frank Denis
c84e104061 Mention local DoH 2019-11-29 09:30:41 +01:00
Frank Denis
3b50caf4cd Add a default local DoH path, print the URLs 2019-11-29 08:53:13 +01:00
Frank Denis
3b2eeea544 Include localhost.pem 2019-11-29 01:13:11 +01:00
Frank Denis
640b949976 Bump to 2.0.34-beta.1 2019-11-29 00:07:36 +01:00
Frank Denis
b4356b9fc8 Update deps 2019-11-29 00:06:14 +01:00
Frank Denis
1f55b798c0 Update ChangeLog 2019-11-29 00:05:11 +01:00
Frank Denis
f18dbc71ec Make the local DoH path configurable 2019-11-28 23:49:28 +01:00
Frank Denis
583ca09946 Reuse dataType 2019-11-28 23:33:34 +01:00
Frank Denis
aad9c8f19c Limit the query body size 2019-11-28 23:32:56 +01:00
Frank Denis
5d6f9358c9 Print something useful when browsing the local DoH URL 2019-11-28 23:30:54 +01:00
Frank Denis
3ef9ec8732 Local DoH tweaks 2019-11-28 23:08:23 +01:00
Frank Denis
3e5dbee75a We don't need to store local copies of cachedResponses 2019-11-28 22:34:02 +01:00
Frank Denis
068509ef30 Rename http to local_doh 2019-11-28 17:11:14 +01:00
Frank Denis
6a679cc543 Move local DoH configuration to its own section 2019-11-28 17:04:29 +01:00
Frank Denis
be996c486f Local DoH support, continued 2019-11-28 16:46:25 +01:00
Frank Denis
1966a8604b up 2019-11-26 01:36:35 +01:00
Frank Denis
f249813cc5 First bits towards providing access over DoH in addition to DNS
Mainly to deal with the Firefox+ESNI situation
2019-11-24 22:46:27 +01:00
Frank Denis
30b5507bf4 Make the part that creates or gets sockets more readable 2019-11-24 22:12:23 +01:00
Frank Denis
bc22f94eeb Don't listen to IPv6 in the example config file
Some hosts don't support IPv6, and the default (without anything in
the config file) is only the IPv4 address anyway.
2019-11-24 10:31:40 +01:00
Frank Denis
67c7254dc5 block_name plugin: also check names found in CNAME records 2019-11-24 10:18:46 +01:00
Frank Denis
1152491b2d Move PluginCache before PluginCacheResponse 2019-11-24 09:14:36 +01:00
Frank Denis
6e3916556f Downcase the query name in BlockedNames.check() 2019-11-20 19:16:37 +01:00
Frank Denis
4aba44898b Bump 2019-11-18 13:00:34 +01:00
Frank Denis
a43889741b Up 2019-11-18 12:55:04 +01:00
Frank Denis
230a66ea73 Add an extra byte to the padded length
Fixes resolution of livegorouter.trafficmanager.net via Cisco
2019-11-18 12:50:19 +01:00
Frank Denis
925c12d334 Set the list of blocked names even if logging was not enabled
Fixes #1050
2019-11-18 01:42:51 +01:00