aboutsummaryrefslogtreecommitdiff
path: root/plugin (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23server: actually scrub response (#2225)Gravatar Miek Gieben 3-0/+24
2018-10-22make default min ttl 5 (#2227)Gravatar Chris O'Haver 2-4/+4
2018-10-22add ipv6 loopback example (#2223)Gravatar Chris O'Haver 1-1/+1
2018-10-22Unblock startup if kubernetes API is unavailable (#2126)Gravatar Kevin Nisbet 3-8/+67
2018-10-21Use filepath when manipulating file paths (#2221)Gravatar Manuel Stocker 8-26/+25
2018-10-20plugin/dnssec: Add support for KSK/ZSK split key setups (#2196)Gravatar Manuel Stocker 8-45/+128
2018-10-19plugin/cache: fix TTL for negative DNS responses (#2197)Gravatar Ruslan Drozhdzh 3-35/+14
2018-10-19Remove whitespace and pass presubmit (#2217)Gravatar Yong Tang 2-4/+4
2018-10-18Update README.md (#2215)Gravatar Chris O'Haver 1-0/+4
2018-10-18Update README.md (#2213)Gravatar Chris O'Haver 1-1/+3
2018-10-17kubernetes: fix the type (#2208)Gravatar Miek Gieben 1-2/+2
2018-10-16plugin/cache: Set min TTL default to zero (#2199)Gravatar Chris O'Haver 2-4/+4
2018-10-15plugin/federation: Add upstream option to federation (#2177)Gravatar Chris O'Haver 3-3/+28
2018-10-13plugin/file: Fix memory leak in Parse (#2194)Gravatar Tom Thorogood 1-0/+6
2018-10-13plugin/dnssec: Add root support (#2195)Gravatar Manuel Stocker 1-0/+5
2018-10-12plugin/loop: tweak loop detected msg, add troubleshooting section (#2185)Gravatar Chris O'Haver 2-3/+39
2018-10-11Revert "use keys (#2167)" (#2188)Gravatar Miek Gieben 13-290/+379
2018-10-10Revert "plugin/log: Change time format to be consistent with pkg/log (#2135)"...Gravatar Miek Gieben 1-1/+1
2018-10-10use keys (#2167)Gravatar Chris O'Haver 13-379/+290
2018-10-10plugin/route53: add split zone support (#2160)Gravatar Can Yucel 5-60/+123
2018-10-09plugin/kubernetes: allow trimming down of cached items. (#2128)Gravatar Miek Gieben 21-983/+1155
2018-10-09plugin/forward: fix healthchecker crash (#2165)Gravatar Ruslan Drozhdzh 3-0/+9
2018-10-05Add request and response context to traces (#2162)Gravatar Nic Cope 2-13/+104
2018-10-02Add Kubernetes auth providers (#2147)Gravatar John Belamaric 1-0/+8
2018-09-29Configurable zone reload interval in file plugin (#2110)Gravatar marqc 11-19/+50
2018-09-29Benchmark for k8s services (#2107)Gravatar Brad Beam 2-10/+169
2018-09-28Support for kubeconfig files (#2053)Gravatar Zach Eddy 4-0/+59
2018-09-27plugin/log: Change time format to be consistent with pkg/log (#2135)Gravatar Eugen Kleiner 1-1/+1
2018-09-25plugins/route53: add AWS credentials file support (#2118)Gravatar Can Yucel 3-5/+75
2018-09-25plugin/route53: add fallthrough (#2132)Gravatar Can Yucel 5-2/+65
2018-09-22plugin/kubernetes: use struct{} was map values (#2125)Gravatar Miek Gieben 1-3/+3
2018-09-22plugin/kubernetes: remove unnecessary checks (#2124)Gravatar Miek Gieben 1-39/+13
2018-09-22plugin/kubernetes: remove var namespace (#2122)Gravatar Miek Gieben 2-9/+7
2018-09-22plugin/rewrite: silence these tests (#2120)Gravatar Miek Gieben 1-16/+3
2018-09-22K8s remove string ops (#2119)Gravatar Miek Gieben 11-44/+31
2018-09-22plugin/route53: fix multiple route 53 zones issue (#2117)Gravatar Can Yucel 2-3/+3
2018-09-22Add test for #2003 (#2115)Gravatar Miek Gieben 1-0/+54
2018-09-19plugin/health: close codeblockGravatar Miek Gieben 1-1/+1
2018-09-19Ensure Re-register of metrics variables after a reload (#2080)Gravatar Francois Tur 12-39/+9
2018-09-19Better naming (#2104)Gravatar Miek Gieben 12-79/+90
2018-09-19Cleanup ParseHostOrFile (#2100)Gravatar Miek Gieben 17-130/+150
2018-09-17Move suffix example out of EDNS0 section (#2102)Gravatar Chris O'Haver 1-6/+6
2018-09-17[plugin/route53]: Support batch mode operation. (#2050)Gravatar dilyevsky 5-148/+354
2018-09-17[plugin/proxy]: Return on WriteMsg err. (#2096)Gravatar dilyevsky 1-8/+5
2018-09-13Add @dilyevsky to reviewers. (#2094)Gravatar dilyevsky 1-0/+2
2018-09-12plugin/federation: handle missing avail-zone/region labels better (#2092)Gravatar Chris O'Haver 3-5/+49
2018-09-03Add MINTTL parameter to cache configuration. (#2055)Gravatar Aaron Riekenberg 5-31/+111
2018-08-31Move cache Keys to 64bit for a better dispersion and lower collision frequenc...Gravatar Francois Tur 6-41/+43
2018-08-29plugin/rewrite: add handling of TTL field rewrites (#2048)Gravatar Paul G 6-25/+453
2018-08-29Default to scrubbing replies in the server (#2012)Gravatar Miek Gieben 23-119/+28