Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randomairborne/puffy-blowhog-dns
https://github.com/randomairborne/puffy-blowhog-dns
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/randomairborne/puffy-blowhog-dns
- Owner: randomairborne
- Created: 2023-08-24T03:29:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T00:24:56.000Z (7 months ago)
- Last Synced: 2024-10-13T11:49:27.764Z (about 1 month ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Puffy Blowhog DNS management
Terraform got you down? Just want to manage your cloudflare DNS without the fuss?
Well, you've come to the right place! Puffy Blowhog enables simple Cloudflare DNS management.WARNING: this is pre-alpha software! It does not work!
## Configuration
Puffy Blowhog uses TOML configuration files.
```toml
[zone]
id = "2da441a282c0ba66367d891ec4286578"
name = "minecraft.nexus"
restrictive_email = true[[records]]
name = "@"
type = "AAAA"
content = "100::"
proxied = true[[records]]
name = "www"
type = "AAAA"
content = "100::"
proxied = true
```This allows it to be easy-to-use and concice.