-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.config.json
35 lines (35 loc) · 949 Bytes
/
sample.config.json
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
{
"api_key": "YOUR API KEY",
"domains": [
{
"domain": "domain_A.com",
"subdomains": [
{
"subdomain_name": "testa.domain_A.com",
"record_type": "A",
"proxied": true
},
{
"subdomain_name": "testb.domain_A.com",
"record_type": "A",
"proxied": false
}
]
},
{
"domain": "domain_B.com",
"subdomains": [
{
"subdomain_name": "testa.domain_B.com",
"record_type": "A",
"proxied": true
},
{
"subdomain_name": "testb.domain_B.com",
"record_type": "A",
"proxied": true
}
]
}
]
}