DNS SRV Record support. Only supported with MS DNS Provider
This commit is contained in:
parent
a327e27e15
commit
452fcb7f47
28 changed files with 6890 additions and 4002 deletions
|
@ -460,7 +460,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
domain.PackageId = packageId;
|
||||
domain.DomainName = domainName;
|
||||
domain.HostingAllowed = false;
|
||||
domainId = ServerController.AddDomain(domain, createInstantAlias);
|
||||
domainId = ServerController.AddDomain(domain, createInstantAlias, true);
|
||||
if (domainId < 0)
|
||||
{
|
||||
result.Result = domainId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue