mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[dynect|dns] include SOA and NS records in #records response
This commit is contained in:
parent
b3eb2591c9
commit
5888ff3f74
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ module Fog
|
|||
data = []
|
||||
service.get_all_records(zone.domain, options).body['data'].each do |records|
|
||||
(type, list) = records
|
||||
next if %w{soa_records ns_records}.include?(type)
|
||||
list.each do |record|
|
||||
data << {
|
||||
:identity => record['record_id'],
|
||||
|
|
Loading…
Reference in a new issue