mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 17:26:10 +08:00
MSDNS: MSDNS auto-disable message is now more accurate (#1719)
[skip ci]
This commit is contained in:
parent
30146e8642
commit
b2af4332f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue