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

Remove ACTIVEDIRECTORY_PS (#1680)

This commit is contained in:
Tom Limoncelli
2022-08-11 13:15:19 -04:00
committed by GitHub
parent f24c250c46
commit 83a4b6a2f4
19 changed files with 7 additions and 837 deletions

View File

@@ -3,7 +3,6 @@ package all
import (
// Define all known providers here. They should each register themselves with the providers package via init function.
_ "github.com/StackExchange/dnscontrol/v3/providers/activedir"
_ "github.com/StackExchange/dnscontrol/v3/providers/akamaiedgedns"
_ "github.com/StackExchange/dnscontrol/v3/providers/autodns"
_ "github.com/StackExchange/dnscontrol/v3/providers/axfrddns"