Skip to content

Commit 0fc249c

Browse files
committedJun 14, 2022
add SSHFP to readme
1 parent fab30b2 commit 0fc249c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎README.md

+10
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,16 @@ The options `PADDING`, `CLIENT_SUBNET`, `TCP_KEEPALIVE` and `KEY_TAG` support en
302302
}
303303
```
304304

305+
#### `SSHFP`
306+
307+
``` js
308+
{
309+
algorithm: 1,
310+
hash: 1,
311+
fingerprint: 'A108C9F834354D5B37AF988141C9294822F5BC00'
312+
}
313+
````
314+
305315
#### `RRSIG`
306316

307317
``` js

0 commit comments

Comments
 (0)
Please sign in to comment.