Updated Simple DNS 5 SRV Missing Terminator
This commit is contained in:
parent
5b6a52544c
commit
2061e6ab6c
1 changed files with 75 additions and 73 deletions
|
@ -153,7 +153,8 @@ namespace WebsitePanel.Providers.DNS
|
|||
};
|
||||
break;
|
||||
case "AAAA":
|
||||
dnsRecord = new DnsRecord {
|
||||
dnsRecord = new DnsRecord
|
||||
{
|
||||
RecordName = recordName,
|
||||
RecordType = DnsRecordType.AAAA,
|
||||
RecordData = record.DataFields[0]
|
||||
|
@ -203,6 +204,7 @@ namespace WebsitePanel.Providers.DNS
|
|||
SrvPort = Convert.ToInt32(record.DataFields[2])
|
||||
};
|
||||
break;
|
||||
}
|
||||
//
|
||||
return dnsRecord;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue