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 pull request
#226
from evaryont/patch-1
Mark SSHFP algorithm 4 as valid
pull/234/head
Ross McFarland
8 years ago
committed by
GitHub
parent
94b8c57557
a06ad43e0a
commit
419cd4e8a9
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