1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Simple notification framework (#297)

* bonfire notifications working

* make interface to make more extensible

* some docs

* typo

* rename typo
This commit is contained in:
Craig Peterson
2018-01-11 11:15:19 -05:00
committed by GitHub
parent 91e2cf67ef
commit 9dbd4a3066
6 changed files with 148 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ func CreateDomains(args CreateDomainsArgs) error {
if err != nil {
return err
}
registrars, dnsProviders, _, err := InitializeProviders(args.CredsFile, cfg)
registrars, dnsProviders, _, _, err := InitializeProviders(args.CredsFile, cfg, false)
if err != nil {
return err
}