-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmata.sample.json
45 lines (45 loc) · 952 Bytes
/
mata.sample.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
42
43
44
45
{
"cf_api_key": "Cloudflare Zone API Token",
"BotToken": "Telegram Bot Token",
"ChatID": "Telegram Chat ID",
"TgApiUrl": "https://api.telegram.org",
"Corn": 300,
"Mata": [
{
"Target": "1.1.1.1:80",
"ps": "官网",
"Main": {
"ZoneID": "123456",
"Type": "A",
"Name": "csz.net",
"Content": "1.1.1.1",
"Proxied": false
},
"Then": {
"ZoneID": "相同可不填",
"Type": "A",
"Name": "csz.net",
"Content": "2.2.2.2",
"Proxied": true
}
},
{
"Target": "1.1.1.1:80",
"ps": "支持多配置",
"Main": {
"ZoneID": "",
"Type": "A",
"Name": "www.csz.net",
"Content": "1.1.1.1",
"Proxied": false
},
"Then": {
"ZoneID": "",
"Type": "A",
"Name": "www.csz.net",
"Content": "2.2.2.2",
"Proxied": true
}
}
]
}