Skip to content

Commit

Permalink
fix: Add CAA record for Let's Encrypt (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
nt0xa authored Aug 17, 2020
1 parent ba7d3e1 commit db29ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/handlers/dnsx/static.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ var recordsTpl = tpl.MustParse(`
{{- end }}
@ 600 IN MX 10 mx
* 600 IN MX 10 mx
@ 600 IN CAA 0 issue "letsencrypt.org"
`)

func (h *DNSX) addStaticRecords() error {
Expand Down

0 comments on commit db29ab3

Please sign in to comment.