Merge pull request #226 from evaryont/patch-1

Mark SSHFP algorithm 4 as valid
This commit is contained in:
Ross McFarland
2018-04-09 07:57:24 -07:00
committed by GitHub
+1 -1
View File
@@ -722,7 +722,7 @@ class PtrRecord(_ValueMixin, Record):
class SshfpValue(object):
VALID_ALGORITHMS = (1, 2, 3)
VALID_ALGORITHMS = (1, 2, 3, 4)
VALID_FINGERPRINT_TYPES = (1, 2)
@classmethod