Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randomairborne/puffy-blowhog-dns


https://github.com/randomairborne/puffy-blowhog-dns

Last synced: 20 days ago
JSON representation

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.