https://github.com/mithro/ds-record-publish
Mechanize scripts for publishing DNSSec DS records.
https://github.com/mithro/ds-record-publish
Last synced: 12 months ago
JSON representation
Mechanize scripts for publishing DNSSec DS records.
- Host: GitHub
- URL: https://github.com/mithro/ds-record-publish
- Owner: mithro
- License: gpl-3.0
- Created: 2011-12-01T09:13:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-22T23:28:45.000Z (over 13 years ago)
- Last Synced: 2025-06-16T23:59:36.609Z (12 months ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is a set of tools which makes managing publishing of DS records easier.
You need to create a config.ini file in this directory in the following format;
example configurations are included.
[dlv]
username=
password=
[gkg]
username=
password=
[domaina.me]
publish=dlv
[domaina.com]
publish=dlv,gkg
You can then run the tools, they are:
check_root.py - Check your DS records are published in the root
servers.
check_dlv.py - Check your DS records are published in the DLV look
aside registary.
update_gkg.py - Update your DS records on GKG.net
update_dlv.py - Update your DS records in the DLV look aside registary.
powerdns_generate_files.py - Generate dsset and dnskey files needed by
these tools from powerdns's config.
bind9_generate_files.py - Generate dsset and dnskey files needed by
these tools from bind's config.