Merge branch 'master' into bugfix/skipping-unsupported-records

This commit is contained in:
Ross McFarland
2018-04-09 07:59:23 -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