aboutsummaryrefslogtreecommitdiff
path: root/plugin/auto (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-04plugin/auto: warn when auto is unable to read elements of the directory tree ...Gravatar Chris O'Haver 1-1/+4
2023-06-17test: use `t.TempDir` to create temporary test directory (#6164)Gravatar Eng Zer Jun 2-22/+7
2023-05-04Bump golang to 1.20.0 (#6070)Gravatar Ayato Tokubi 1-1/+1
2023-02-15send notifies after adding zones all zones (#5774)Gravatar Chris O'Haver 3-2/+18
2022-10-11plugin/auto: fix ticker leak in golang (#5688)Gravatar Yong Tang 1-0/+1
2022-07-10add golangci-lint linter (#5499)Gravatar Ondřej Benkovský 1-1/+0
2022-02-14Fix security scans by cleaning up file path (#5185)Gravatar Yong Tang 1-1/+1
2021-11-19plugin/auto: Fix panic caused by config invalid reload value (#4986)Gravatar gomakesix 2-2/+61
2021-10-13cleanup deprecated package io/ioutil (#4920)Gravatar Zou Nengren 1-3/+2
2021-09-14plugin/file/auto: Write CNAME answer to client even if target lookup is SERVF...Gravatar Chris O'Haver 1-1/+8
2021-06-05Fix plugin file reload comment (#4665)Gravatar Sven Nebel 1-1/+1
2021-05-17reverse zone: fix Normalize (#4621)Gravatar Miek Gieben 1-9/+1
2021-03-09transfer: reply with refused (#4510)Gravatar Miek Gieben 1-0/+5
2020-11-11Remove newlines between braces (#4279)Gravatar Miek Gieben 1-1/+0
2020-10-01plugins/auto: allow fallthrough if no zone match (#4166)Gravatar Macks 1-0/+3
2020-09-24Cherry-pick: Implement notifies for transfer plugin (#3972) (#4142)Gravatar Yong Tang 7-61/+64
2020-09-24For caddy v1 in our org (#4018)Gravatar Miek Gieben 2-3/+2
2020-08-19Update README.md (#4068)Gravatar Grant Garrett-Grossman 1-1/+1
2020-07-08Revert "Implement notifies for transfer plugin (#3972)" (#3995)Gravatar Yong Tang 7-64/+61
2020-07-07Implement notifies for transfer plugin (#3972)Gravatar Miek Gieben 7-61/+64
2019-11-29Move to CODEOWNERS (#3489)Gravatar Miek Gieben 1-5/+0
2019-10-01Run gostaticheck (#3325)Gravatar Miek Gieben 1-1/+1
2019-09-20all: simply registering plugins (#3287)Gravatar Miek Gieben 1-6/+1
2019-09-19update doc to not use the root zone for everything (#3288)Gravatar Miek Gieben 1-2/+2
2019-08-30plugin/file: rework outgoing axfr (#3227)Gravatar Miek Gieben 1-5/+5
2019-08-21typo fixes (#3169)Gravatar Chris O'Haver 1-2/+2
2019-07-03Update Caddy to 1.0.1, and update import path (#2961)Gravatar Yong Tang 2-2/+2
2019-07-02plugins: set upstream unconditionally (#2956)Gravatar Miek Gieben 3-5/+2
2019-06-13Raise error if regexp and template are not specified together (#2884)Gravatar An Xiao 2-4/+11
2019-04-01Fully deprecate TIMEOUT and NO_RELOAD (#2742)Gravatar Xiao An 4-78/+42
2019-03-26Remove context.Context from request.Request (#2726)Gravatar Miek Gieben 1-2/+2
2019-03-07Add deprecation notice for NO_RELOAD (#2643)Gravatar Xiao An 1-0/+1
2019-02-20Remove some duplicate worlds (#2582)Gravatar Nguyen Phuong An 2-2/+2
2019-02-17plugin/auto: Reload zones every one minute (#2516)Gravatar mrasu 3-24/+66
2019-01-13Default to upstream to self (#2436)Gravatar Miek Gieben 3-14/+5
2018-12-30disable ra flag for several plugins (#2408)Gravatar Isolus 1-1/+1
2018-11-13fix formatting (#2302)Gravatar Sandeep Rajan 1-2/+2
2018-10-21Use filepath when manipulating file paths (#2221)Gravatar Manuel Stocker 4-15/+14
2018-10-19Remove whitespace and pass presubmit (#2217)Gravatar Yong Tang 1-2/+2
2018-09-29Configurable zone reload interval in file plugin (#2110)Gravatar marqc 4-5/+15
2018-08-29Default to scrubbing replies in the server (#2012)Gravatar Miek Gieben 1-2/+0
2018-08-14Typo fixes (#2031)Gravatar Karsten Weiss 1-1/+1
2018-07-19Clean up tests logging (#1979)Gravatar Miek Gieben 1-0/+5
2018-07-03Updating filepath in auto plugin if existing zone's file changes location (#1...Gravatar Joey Espinosa 2-1/+49
2018-06-15plugin/forward: add REFUSED test (#1878)Gravatar Miek Gieben 1-1/+1
2018-05-01Do Compress only when need in request.Scrub (#1760)Gravatar Miek Gieben 1-1/+1
2018-04-22Use logging (#1718)Gravatar Miek Gieben 2-2/+3
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/+2
2018-04-19Update all plugins to use plugin/pkg/log (#1694)Gravatar Miek Gieben 4-16/+7