Skip to content

Commit

Permalink
Adds custom ACME providers
Browse files Browse the repository at this point in the history
  • Loading branch information
t0xicCode committed Jul 24, 2023
1 parent 6bd7869 commit aacc6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ func startHTTPAPI(errChan chan error, config DNSConfig, dnsservers []*DNSServer)
return
}
cfg.GetCertificate = magic.GetCertificate

srv := &http.Server{
Addr: host,
Handler: c.Handler(api),
Expand Down

0 comments on commit aacc6a2

Please sign in to comment.