mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
Fix dotted hosts update
This commit is contained in:
parent
9e0a38d3b3
commit
dd6f1ba008
@ -169,14 +169,13 @@ class RecordSetService(
|
||||
isRecordTypeAllowed = checkIfInAllowedRecordType(zone, dottedHostsConfig, rsForValidations)
|
||||
isRecordTypeAndUserAllowed = isAllowedUser && isRecordTypeAllowed
|
||||
allowedDotsLimit = getAllowedDotsLimit(zone, dottedHostsConfig)
|
||||
recordFqdnDoesNotAlreadyExist <- recordFQDNDoesNotExist(rsForValidations, zone).toResult[Boolean]
|
||||
_ <- typeSpecificValidations(
|
||||
rsForValidations,
|
||||
existingRecordsWithName,
|
||||
zone,
|
||||
Some(existing),
|
||||
approvedNameServers,
|
||||
recordFqdnDoesNotAlreadyExist,
|
||||
true,
|
||||
allowedZoneList,
|
||||
isRecordTypeAndUserAllowed,
|
||||
allowedDotsLimit
|
||||
|
Loading…
x
Reference in New Issue
Block a user