aboutsummaryrefslogtreecommitdiff
path: root/plugin (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-27Update expr from 1.13.0 to 1.15.3 (#6375)Gravatar Yong Tang 1-1/+1
2023-09-07Handle UDP responses that overflow with TC bit with test case (#6277)Gravatar Sri Harsha 2-0/+133
2023-08-26plugin/rewrite: add rcode as a rewrite option (#6204)Gravatar pschou 4-0/+308
2023-08-14Revert "plugin/forward: Continue waiting after receiving malformed responses ...Gravatar Chris O'Haver 1-12/+2
2023-08-14Plugin dnstap: add support for "extra" field in payload (#6226)Gravatar Yuheng 10-63/+195
2023-08-14fix: remove unnecessary conversion (#6258)Gravatar Zhizhen He 14-19/+19
2023-08-10Fix typos (#6235)Gravatar Zhizhen He 11-14/+15
2023-08-09fix keepttl parsing (#6250)Gravatar Chris O'Haver 1-0/+1
2023-07-31[RFC-9250]: Add QUIC server support (#6182)Gravatar João Henri 5-0/+17
2023-07-30implement Name function on secondary plugin (#6230)Gravatar Diogenes Pelisson 1-0/+3
2023-07-10Change default value to 1232 (#6183)Gravatar Petr Menšík 3-10/+16
2023-07-04Fix forward metrics for backwards compatibility (#6178)Gravatar Pat Downey 14-78/+87
2023-06-26fix ports panic (#6179)Gravatar rokkiter 1-2/+13
2023-06-19plugin/kubernetes: filter ExternalName services from matching double subdomai...Gravatar Dan Wilson 2-2/+10
2023-06-17test: use `t.TempDir` to create temporary test directory (#6164)Gravatar Eng Zer Jun 5-51/+24
2023-06-12plugin/kubernetes: Remove Endpoint and EndpointSlice v1beta Support (#6147)Gravatar Chris O'Haver 4-276/+1
2023-06-09replace reviewdog fully by golangci-lint (#6139)Gravatar Ondřej Benkovský 14-118/+119
2023-06-07plugin/kubernetes: fix headless/endpoint query panics when endpoints are disa...Gravatar Chris O'Haver 2-50/+119
2023-06-01Revert "plugin/tls: respect the path specified by root plugin (#5944)" (#6136)Gravatar Chris O'Haver 4-26/+2
2023-06-01plugin/tls: respect the path specified by root plugin (#5944)Gravatar Marius Kimmina 4-2/+26
2023-05-29refactor: use standard library instead of `isIn` (#6125)Gravatar yyzxw 1-12/+3
2023-05-26plugin/forward: fix descriptions in README.md (#6123)Gravatar Justin 1-3/+3
2023-05-26add support unix socket for GRPC (#5943)Gravatar junhwong 7-1/+91
2023-05-25fuzz: fix forward plugin target (#6115)Gravatar Catena cyber 1-2/+3
2023-05-04Bump golang to 1.20.0 (#6070)Gravatar Ayato Tokubi 1-1/+1
2023-05-03Fix temp file close error (#6068)Gravatar Ben Kochie 1-7/+5
2023-04-29plugin/forward: Continue waiting after receiving malformed responses (#6014)Gravatar Chris O'Haver 1-2/+12
2023-04-25plugin/kubernetes: rename client-go metrics label "url" to "host" (#6040)Gravatar Yashpal 2-9/+9
2023-04-25fix some comments (#6052)Gravatar cui fliter 3-4/+4
2023-04-25Fix typo (#6053)Gravatar Dan Salmon 1-1/+1
2023-04-22plugin/dnssec: on delegation, sign DS or NSEC of no DS. (#5899)Gravatar jeremiejig 5-9/+365
2023-04-22plugin/kubernetes: expose client-go internal request metrics (#5991)Gravatar Yashpal 2-0/+79
2023-04-20update informer for client-go 0.27 (#6038)Gravatar Chris O'Haver 3-7/+7
2023-04-16Prevent fail counter of a proxy overflows (#5990)Gravatar Vancl 3-1/+42
2023-04-13[rewrite] Introduce cname target rewrite rule to rewrite plugin (#6004)Gravatar Amila Senadheera 7-5/+362
2023-03-29plugin/health: Poll localhost by default (#5934)Gravatar W. Trevor King 3-7/+29
2023-03-24plugin/forward: Allow Proxy to be used outside of forward plugin. (#5951)Gravatar Pat Downey 19-210/+529
2023-03-24plugin/k8s_extenral: Supports fallthrough option (#5959)Gravatar Vancl 4-22/+66
2023-03-23fix: clouddns plugin answers limited to one response (#5986)Gravatar Marcos Mendez 2-3/+23
2023-03-03DoH: Allow http as the protocol (#5762)Gravatar Sebastian Dahlgren 2-44/+55
2023-02-20dnstap tls support (#5917)Gravatar Denis MACHARD 4-6/+52
2023-02-15send notifies after adding zones all zones (#5774)Gravatar Chris O'Haver 4-5/+21
2023-02-15plugin/loadbalance: Improve weights update (#5906)Gravatar Gabor Dozsa 2-20/+26
2023-02-10fix typo for log output (#5909)Gravatar Fish-pro 1-1/+1
2023-02-09Use http constants instead of string (#5908)Gravatar Fish-pro 4-7/+7
2023-01-30plugin/forward: fix broken tap plugins when dnstap plugins specified (#5890)Gravatar Gerhard Tan 5-13/+60
2023-01-27Add weighted-round-robin policy to loadbalance plugin (#5662)Gravatar Gabor Dozsa 8-36/+975
2023-01-27plugin/cache: add a new keepttl option (#5879)Gravatar Arthur Outhenin-Chalandre 6-1/+87
2023-01-11plugin/etcd: update documentation (#5847)Gravatar Vico Chu 1-1/+1
2022-12-28plugin/timeouts - Allow ability to configure listening server timeouts (#5784)Gravatar Rich 5-0/+297