dns already taken
This commit is contained in:
parent
65945b6e73
commit
5604c3232a
5 changed files with 10 additions and 10 deletions
|
|
@ -21,7 +21,7 @@ func init() {
|
|||
caddy.RegisterModule(App{})
|
||||
caddy.RegisterModule(Provider{})
|
||||
|
||||
httpcaddyfile.RegisterGlobalOption("dns", parseApp)
|
||||
httpcaddyfile.RegisterGlobalOption("dns01", parseApp)
|
||||
}
|
||||
|
||||
func record_to_rr(zone string, record libdns.Record) (dns.RR, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue