Skip to content

Commit

Permalink
add urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Jan 27, 2017
1 parent 9d6703a commit 10d99f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,10 @@ This tool writes out a copy of the current DNSSEC trust anchor. It is compatible
The DNSSEC trust anchor will be fetch from [IANA](https://www.iana.org/dnssec), and the root KSK (Key Signing Key) will be fetched using [Google Public DNS](https://developers.google.com/speed/public-dns/) over HTTPS or by downloading the [root zone file](https://www.internic.net/domain/root.zone).


## Repository

- https://github.com/kirei/get_trust_anchor

## Usage

python get_trust_anchor.py
Expand Down
3 changes: 3 additions & 0 deletions get_trust_anchor.py
@@ -1,5 +1,8 @@
#!/usr/bin/env python
#
# DNSSEC Trust Anchor Fetcher
# https://github.com/kirei/get_trust_anchor
#
# Copyright (c) 2016, Paul Hoffman. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 10d99f5

Please sign in to comment.