[feature] Initial commit

This commit is contained in:
2026-03-25 22:16:00 -04:00
parent 2814505fec
commit 7752d82001
10 changed files with 636 additions and 4 deletions

29
config.example.yaml Normal file
View File

@@ -0,0 +1,29 @@
interval: "1m"
dns:
provider: "example"
default:
ttl: "24h"
cname: "pangolin.example.com"
domains:
# example.com is using default
example.net:
ttl: "30m"
cname: "panglin.example.com"
example.org:
ttl: "30m"
address: "1.2.3.4"
pangolin:
url: "https://api.pangolin.instance"
key: ""
orgs:
- "your-org"
cloudflare:
token: ""
route53:
region: "us-east-1"
access_key: ""
secret_key: ""