-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.example.yaml
41 lines (41 loc) · 1.28 KB
/
config.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
custom_records:
- "www.baidu.com"
- "wiki.eryajf.net"
cloud_providers:
# ↓↓↓ -------------------------- 1. DNS提供商Tencent,请勿更改此行,如无需腾讯云的配置,可删除此段配置至 aliyun,该字段会作为标签注入到指标中
tencent:
# ↓↓↓ ------------------------ 2. 固定配置,无需更改
accounts:
# ↓↓↓ ---------------------- 3. 腾讯云账号配置,可配置多个,给每个账号取个名字,如 t1、t2,该字段会作为标签注入到指标中
- name: t1
secretId: "xxxxx"
secretKey: "xxxxx"
- name: t2
secretId: "xxxxx"
secretKey: "xxxxx"
aliyun:
accounts:
- name: a1
secretId: "xxxxx"
secretKey: "xxxxx"
godaddy:
accounts:
- name: g1
secretId: "xxxxx"
secretKey: "xxxxx"
amazon:
accounts:
- name: a1
secretId: "xxxxx"
secretKey: "xxxxx"
dnsla:
accounts:
- name: d1
secretId: "xxxxx"
secretKey: "xxxxx"
cloudflare:
accounts:
- name: a1
secretId: "xxxxx" # 注册邮箱
secretKey: "xxxxx" # ApiKey密钥
# 目前支持 Tencent, Aliyun, Godaddy, DNALA, Amazon, Cloudflare,如需支持更多云厂商,请提交 issue,也欢迎 PR