// features is used to let dnscontrol know which features are supported by the RWTH DNS Admin.
varfeatures=providers.DocumentationNotes{
providers.CanAutoDNSSEC:providers.Unimplemented("Supported by RWTH but not implemented yet."),
providers.CanGetZones:providers.Can(),
providers.CanUseAlias:providers.Cannot(),
providers.CanUseCAA:providers.Can(),
providers.CanUseDS:providers.Unimplemented("DS records are only supported at the apex and require a different API call that hasn't been implemented yet."),