Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndom91/octodns-config
DNS Config
https://github.com/ndom91/octodns-config
bind cloudflare netbox octodns python
Last synced: 23 days ago
JSON representation
DNS Config
- Host: GitHub
- URL: https://github.com/ndom91/octodns-config
- Owner: ndom91
- License: mit
- Created: 2024-08-25T18:20:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T18:48:29.000Z (4 months ago)
- Last Synced: 2024-12-06T18:49:55.309Z (30 days ago)
- Topics: bind, cloudflare, netbox, octodns, python
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OctoDNS
Configuration for managing my DNS via [Netbox](https://github.com/netbox-community/netbox)
> Since I don't work much with Python, I decided to give this new python project manager from the folks behind [ruff](https://github.com/astral-sh/ruff) a shot - [uv](https://docs.astral.sh/uv/#highlights)
## π― Goals
1. Manage my DNS records via Netbox
2. Sync them to multiple locations, including:
- Local BIND Server
- Cloudflare## π Getting started
```
$ uv venv
$ uv sync
```## ποΈ Usage
```sh
./octodns.sh --sync
```## π οΈ Tools
- [octodns](https://github.com/octodns/octodns)
- [octodns-netbox-dns](https://github.com/olofvndrhr/octodns-netbox-dns)
- [netbox-plugin-dns](https://github.com/peteeckel/netbox-plugin-dns)## πLicense
MIT