fix wsp-10293 MS DNS 2012+ - Secondary DNS Error
This commit is contained in:
parent
fe8d9eb60e
commit
f2c226e811
1 changed files with 0 additions and 3 deletions
|
@ -106,9 +106,6 @@ namespace WebsitePanel.Providers.DNS
|
||||||
public virtual void AddSecondaryZone( string zoneName, string[] masterServers )
|
public virtual void AddSecondaryZone( string zoneName, string[] masterServers )
|
||||||
{
|
{
|
||||||
ps.Add_DnsServerSecondaryZone( zoneName, masterServers );
|
ps.Add_DnsServerSecondaryZone( zoneName, masterServers );
|
||||||
|
|
||||||
// remove ns records
|
|
||||||
ps.Remove_DnsServerResourceRecords(zoneName, "NS");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public virtual void DeleteZone( string zoneName )
|
public virtual void DeleteZone( string zoneName )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue