aboutsummaryrefslogtreecommitdiff
path: root/plugin/clouddns/clouddns.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
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