mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Story #107192666 - refactor, make data decl in Depp discript.+id, single point of modification
This commit is contained in:
parent
99f1a62518
commit
6c46daaa55
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Dnskey < ActiveRecord::Base
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
ALGORITHMS = %w(3 5 6 7 8 10 13 14)
|
ALGORITHMS = Depp::Dnskey::ALGORITHMS.map {|pair| pair[1].to_s}.freeze # IANA numbers, single authority list
|
||||||
PROTOCOLS = %w(3)
|
PROTOCOLS = %w(3)
|
||||||
FLAGS = %w(0 256 257) # 256 = ZSK, 257 = KSK
|
FLAGS = %w(0 256 257) # 256 = ZSK, 257 = KSK
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue