You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ross McFarland 462821df3f
Merge pull request #1339 from octodns/fix-slash-commands-branch
1 week ago
.changelog Push slash_command changes to correct branch 1 week ago
.dependabot Weekly dependabot updates are too noisy, mostly boto 6 years ago
.github/workflows Push slash_command changes to correct branch 1 week ago
docs Merge branch 'main' into yaml-include-array-support 2 months ago
octodns Version 1.15.0 bump & changelog update 2 weeks ago
script Add JSON coverage report format 2 weeks ago
tests Merge branch 'main' into yaml-include-array-support 2 months ago
.ci-config.json Script to update .ci-config.json with current python versions 3 weeks ago
.git-blame-ignore-revs add black 24.x to ignore revs 2 years ago
.git_hooks_pre-commit Pull in the latest template changes 1 month ago
.gitignore Add JSON coverage report format 2 weeks ago
.readthedocs.yaml Remove a couple more references to requirements-dev/doc 3 weeks ago
CHANGELOG.md Version 1.15.0 bump & changelog update 2 weeks ago
CODE_OF_CONDUCT.md Correct CODE_OF_CONDUCT email 9 years ago
CONTRIBUTING.md CONTRIBUTING.md updates, including changelog 7 months ago
LICENSE Update LICENSE details 2 years ago
MANIFEST.in Remove a couple more references to requirements-dev/doc 3 weeks ago
README.md Minor README fixes 4 months ago
pyproject.toml Move coverage config into pyproject.toml 2 years ago
requirements.txt Updated requirements.txt 3 weeks ago
setup.py Switch to proviso for requirements.txt management 3 weeks ago

README.md

octoDNS Logo

DNS as code - Tools for managing DNS across multiple providers

In the vein of infrastructure as code octoDNS provides a set of tools & patterns that make it easy to manage your DNS records across multiple providers. The resulting config can live in a repository and be deployed just like the rest of your code, maintaining a clear history and using your existing review & workflow.

The architecture is pluggable and the tooling is flexible to make it applicable to a wide variety of use-cases. Effort has been made to make adding new providers as easy as possible. In the simple case that involves writing of a single class and a couple hundred lines of code, most of which is translating between the provider's schema and octoDNS's. More on some of the ways we use it and how to go about extending it below and in the the documentation.

Documentation

For more information on getting started with and using octoDNS, see the documentation.

Contributing

Please see our contributing document if you would like to participate!

Getting help

If you have a problem or suggestion, please open an issue in this repository, and we will do our best to help. Please note that this project adheres to the Contributor Covenant Code of Conduct.

License

octoDNS is licensed under the MIT license.

The MIT license grant is not for GitHub's trademarks, which include the logo designs. GitHub reserves all trademark and copyright rights in and to all GitHub trademarks. GitHub's logos include, for instance, the stylized designs that include "logo" in the file title in the following folder: https://github.com/octodns/octodns/tree/main/docs/logos/

GitHub® and its stylized versions and the Invertocat mark are GitHub's Trademarks or registered Trademarks. When using GitHub's logos, be sure to follow the GitHub logo guidelines.

Authors

octoDNS was designed and authored by Ross McFarland and Joe Williams. See https://github.com/octodns/octodns/graphs/contributors for a complete list of people who've contributed.