mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
FEATURE: New capability: Can provider run concurrently (#2876)
This commit is contained in:
@@ -19,8 +19,14 @@ Info required in `creds.json`:
|
||||
|
||||
*/
|
||||
|
||||
var features = providers.DocumentationNotes{
|
||||
// The default for unlisted capabilities is 'Cannot'.
|
||||
// See providers/capabilities.go for the entire list of capabilities.
|
||||
providers.CanConcur: providers.Cannot(),
|
||||
}
|
||||
|
||||
func init() {
|
||||
providers.RegisterRegistrarType("INTERNETBS", newInternetBs)
|
||||
providers.RegisterRegistrarType("INTERNETBS", newInternetBs, features)
|
||||
}
|
||||
|
||||
func newInternetBs(m map[string]string) (providers.Registrar, error) {
|
||||
|
Reference in New Issue
Block a user