Files
coredns/plugin
Miek Gieben acf9a0fa19 cache: default to DNSSEC (#4085)
* cache: default to DNSSEC

This change does away with the DNS/DNSSEC distinction the cache
currently makes. Cache will always make coredns perform a DNSSEC query
and store that result. If a client just needs plain DNS, the DNSSEC
records are stripped from the response.

It should also be more memory efficient, because we store a reply once
and not one DNS and another for DNSSEC.

Fixes: #3836

Signed-off-by: Miek Gieben <miek@miek.nl>

* Change OPT RR when one is present in the msg.

Signed-off-by: Miek Gieben <miek@miek.nl>

* Fix comment for isDNSSEC

Signed-off-by: Miek Gieben <miek@miek.nl>

* Update plugin/cache/handler.go

Co-authored-by: Chris O'Haver <cohaver@infoblox.com>

* Update plugin/cache/item.go

Co-authored-by: Chris O'Haver <cohaver@infoblox.com>

* Code review; fix comment for isDNSSEC

Signed-off-by: Miek Gieben <miek@miek.nl>

* Update doc and set AD to false

Set Authenticated Data to false when DNSSEC was not wanted. Also update
the readme with the new behavior.

Signed-off-by: Miek Gieben <miek@miek.nl>

* Update plugin/cache/handler.go

Co-authored-by: Chris O'Haver <cohaver@infoblox.com>

Co-authored-by: Chris O'Haver <cohaver@infoblox.com>
2020-09-17 07:28:43 -07:00
..
2019-11-29 13:17:05 +00:00
2020-08-19 20:33:40 -07:00
2019-11-29 13:17:05 +00:00
2020-09-17 07:28:43 -07:00
2020-04-27 10:38:44 +02:00
2019-11-29 13:17:05 +00:00
2020-09-01 09:10:45 +02:00
2019-10-08 10:20:48 +01:00
2019-11-29 13:17:05 +00:00
2019-11-29 13:17:05 +00:00
2019-11-29 13:17:05 +00:00
2020-01-17 10:47:45 -05:00
2019-11-29 13:17:05 +00:00
2020-08-20 09:59:35 +02:00
2020-09-01 09:10:45 +02:00
2020-09-16 11:33:08 -07:00
2020-06-24 07:48:39 -07:00
2020-09-01 09:10:45 +02:00
2019-08-24 18:14:25 +00:00
2018-07-19 16:23:06 +01:00
2019-10-19 08:08:14 +01:00
2019-10-19 08:08:14 +01:00
2019-08-21 16:08:55 -04:00