aboutsummaryrefslogtreecommitdiff
path: root/plugin/clouddns/clouddns.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-23fix: clouddns plugin answers limited to one response (#5986)Gravatar Marcos Mendez 1-3/+5
* inserts all records in the loop. checks for insert errors. adds test. fixes #5985 Signed-off-by: Marcos Mendez <marcos_mendez@homedepot.com>
2022-07-10add golangci-lint linter (#5499)Gravatar Ondřej Benkovský 1-1/+0
2022-03-03use tickers instead of time.After to avoid memory leak (#5220)Gravatar Chris O'Haver 1-1/+5
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2021-01-12fix record missing for zone with many of records (#4328)Gravatar luanphantiki 1-1/+1
* fix record missing for zone with many of records * Update debug log * Update debug mesg * update test_clouddns
2020-10-24Use cancelable contexts for cloud provider plugin refreshes (#4226)Gravatar Matt Kulka 1-2/+2
This commit uses a cancelable context to spawn goroutines that refresh records from a cloud DNS provider. The Caddy shutdown routine uses the returned cancel function to terminate existing goroutines when a USR1 reload signal is received. Signed-off-by: Matt Kulka <mkulka@parchment.com>
2019-08-21fix mis-spelling in clouddns.go (#3166)Gravatar AllenZMC 1-1/+1
2019-08-17Add Google Cloud DNS plugin (#3011)Gravatar Palash Nigam 1-0/+222
Signed-off-by: Palash Nigam <npalash25@gmail.com> Closes: #2822