mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Story #107192666 - secDNS alorithms remove 252-255, add 10,13,14
This commit is contained in:
parent
fcd7304ed6
commit
99f1a62518
2 changed files with 4 additions and 5 deletions
|
@ -17,7 +17,7 @@ class Dnskey < ActiveRecord::Base
|
|||
end
|
||||
}
|
||||
|
||||
ALGORITHMS = %w(3 5 6 7 8 252 253 254 255)
|
||||
ALGORITHMS = %w(3 5 6 7 8 10 13 14)
|
||||
PROTOCOLS = %w(3)
|
||||
FLAGS = %w(0 256 257) # 256 = ZSK, 257 = KSK
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue