aboutsummaryrefslogtreecommitdiff
path: root/plugin/rewrite/rewrite.go (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-13[rewrite] Introduce cname target rewrite rule to rewrite plugin (#6004)Gravatar Amila Senadheera 1-0/+2
2022-06-26Fix out-of-index issue in rewrite plugin (#5462)Gravatar Yong Tang 1-0/+3
2022-06-25Fix a crash in rewrite plugin when rule type is missing (#5459)Gravatar Yong Tang 1-0/+3
2022-02-01plugin/rewrite: Write failures with ResponseReverter (#5150)Gravatar Chris O'Haver 1-1/+11
2021-08-31restore 1.8.3 question revert logic; add tests (#4840)Gravatar Chris O'Haver 1-1/+4
2021-05-04plugin/rewrite: streamline the ResponseRule handling. (#4473)Gravatar Uwe Krueger 1-21/+13
2021-02-23Rewrite SRV targets and additional names in response (#4287)Gravatar slick-nic 1-6/+7
2019-10-01Run gostaticheck (#3325)Gravatar Miek Gieben 1-1/+0
2019-09-26fix mis-spelling (#3310)Gravatar xieyanker 1-1/+1
2019-07-12plugin/rewrite: fix domain length validation (#2995)Gravatar Ruslan Drozhdzh 1-4/+3
2019-06-25Run gofmt -s and golint on the codebase (#2918)Gravatar Miek Gieben 1-2/+2
2018-08-29plugin/rewrite: add handling of TTL field rewrites (#2048)Gravatar Paul G 1-9/+10
2018-07-13plugin/rewrite: prevent illegal names (#1972)Gravatar Miek Gieben 1-0/+7
2018-07-08plugin/rewrite - extend edns0 local variable support with metadata (#1928)Gravatar Francois Tur 1-2/+2
2018-07-02plugin/rewrite: use request.Request and other cleanups (#1920)Gravatar Miek Gieben 1-2/+5
2018-07-01plugin/metadata: metadata is just label=value (#1914)Gravatar Miek Gieben 1-2/+2
2018-06-30plugin/rewrite: cleanup (#1916)Gravatar Miek Gieben 1-8/+0
2018-06-29plugin/metadata: add metadata plugin (#1894)Gravatar Eugen Kleiner 1-2/+2
2018-04-27plugin/rewrite: handle continue in response rewrite (#1740)Gravatar Chris O'Haver 1-1/+4
2018-04-25plugin/rewrite: tweak parse error messaging, add tests (#1737)Gravatar Chris O'Haver 1-1/+6
2018-04-22all: fix plugin import ordering (#1717)Gravatar Miek Gieben 1-2/+1
2018-04-20global: move to context (#1699)Gravatar Miek Gieben 1-1/+1
2018-01-18feature: plugin/rewrite: rewrite ANSWER SECTION (#1318)Gravatar Paul Greenberg 1-1/+8
2017-12-14plugin/rewrite: fix flow control logic for all rule types (#1308)Gravatar Paul Greenberg 1-2/+2
2017-12-13plugin/rewrite: regular expression and substring match/replace (#1296) (#1297)Gravatar Paul Greenberg 1-2/+2
2017-09-22go lint/vet/misspell cleanup (#1105)Gravatar Yong Tang 1-1/+1
2017-09-20Modify the rewrite plugin to write multiple EDNS0 options (#936) (#1096)Gravatar Thong Huynh 1-9/+41
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+86