Browse Source

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

pull/227/head
Ross McFarland 8 years ago
committed by GitHub
parent
commit
10ec89e8b2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/record.py

+ 1
- 1
octodns/record.py View File

@ -722,7 +722,7 @@ class PtrRecord(_ValueMixin, Record):
class SshfpValue(object): class SshfpValue(object):
VALID_ALGORITHMS = (1, 2, 3)
VALID_ALGORITHMS = (1, 2, 3, 4)
VALID_FINGERPRINT_TYPES = (1, 2) VALID_FINGERPRINT_TYPES = (1, 2)
@classmethod @classmethod


Loading…
Cancel
Save