[feature] Initial commit
This commit is contained in:
29
config.example.yaml
Normal file
29
config.example.yaml
Normal 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: ""
|
||||
Reference in New Issue
Block a user