forked from TheSpeedX/CF-Patcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
41 lines (41 loc) · 925 Bytes
/
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
36
37
38
39
40
41
[
{
"api_key": "",
"email": "",
"zone_id": "1",
"variables": ["public_ip"],
"dns_records": [
{
"id": "1",
"value": {
"type": "A",
"name": "example.com",
"content": "0.0.0.0",
"ttl": 120,
"proxied": false
}
},
{
"id": "5",
"value": {
"content": "{{public_ip}}",
"proxied": true
}
}
]
},
{
"api_key": "",
"email": "",
"zone_id": "5",
"variables": ["public_ip"],
"dns_records": [
{
"id": "5",
"value": {
"content": "{{public_ip}}"
}
}
]
}
]