Fixed the class name of DNS2012 provider (installation issue)
This commit is contained in:
parent
605da4946f
commit
22591adfb2
1 changed files with 2 additions and 3 deletions
|
@ -37,9 +37,8 @@ using WebsitePanel.Providers.Utils;
|
||||||
|
|
||||||
namespace WebsitePanel.Providers.DNS
|
namespace WebsitePanel.Providers.DNS
|
||||||
{
|
{
|
||||||
public class MsDNS: HostingServiceProviderBase, IDnsServer
|
public class MsDNS2012: HostingServiceProviderBase, IDnsServer
|
||||||
{
|
{
|
||||||
|
|
||||||
protected int ExpireLimit
|
protected int ExpireLimit
|
||||||
{
|
{
|
||||||
get { return ProviderSettings.GetInt( "ExpireLimit" ); }
|
get { return ProviderSettings.GetInt( "ExpireLimit" ); }
|
||||||
|
@ -69,7 +68,7 @@ namespace WebsitePanel.Providers.DNS
|
||||||
private WmiHelper wmi = null; //< We still need WMI because PowerShell doesn't support SOA updates.
|
private WmiHelper wmi = null; //< We still need WMI because PowerShell doesn't support SOA updates.
|
||||||
private bool bulkRecords;
|
private bool bulkRecords;
|
||||||
|
|
||||||
public MsDNS()
|
public MsDNS2012()
|
||||||
{
|
{
|
||||||
// Create PowerShell helper
|
// Create PowerShell helper
|
||||||
ps = new PowerShellHelper();
|
ps = new PowerShellHelper();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue