This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
Merge branch 'master' into bugfix/skipping-unsupported-records
pull/227/head
Ross McFarland
8 years ago
committed by
GitHub
parent
b000c07c80
419cd4e8a9
commit
10ec89e8b2
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
octodns/record.py
+ 1
- 1
octodns/record.py
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
Write
Preview
Loading…
Cancel
Save