Skip to content

Commit

Permalink
Move replacer to Provisioning phase (#9)
Browse files Browse the repository at this point in the history
See caddy-dns/cloudflare#19 for the explanation. This makes the replacer work for JSON configs, and makes sure the autosave.json doesn't leak the credentials.
  • Loading branch information
francislavoie authored Jan 12, 2021
1 parent 842ac1b commit 371eb27
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 218 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/caddy-dns/route53
go 1.14

require (
github.com/caddyserver/caddy/v2 v2.0.0
github.com/caddyserver/caddy/v2 v2.3.0
github.com/libdns/route53 v1.0.1
)
Loading

0 comments on commit 371eb27

Please sign in to comment.