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

MSDNS: MSDNS auto-disable message is now more accurate (#1719)

[skip ci]
This commit is contained in:
Tom Limoncelli
2022-08-16 18:09:54 -04:00
committed by GitHub
parent 30146e8642
commit b2af4332f1

View File

@ -47,7 +47,7 @@ func init() {
func newDNS(config map[string]string, metadata json.RawMessage) (providers.DNSServiceProvider, error) {
if runtime.GOOS != "windows" {
printer.Println("INFO: PowerShell not available. Disabling Active Directory provider.")
printer.Println("INFO: MSDNS deactivated. Required OS not detected.")
return providers.None{}, nil
}