-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.json
84 lines (84 loc) · 1.93 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"domains": [
{
"name" : "shaozhenpcf.com.",
"records": [
{
"name": "api.test-gtm",
"ips": [
{
"address": "10.193.190.103",
"layer7_health_check_host": "simple-api.pks.nsx.shaozhenpcf.com"
},
{
"address": "10.193.148.251",
"layer7_health_check_host": "simple-api.pas.nsx-t.shaozhenpcf.com"
}
],
"ttl" : 5,
"health_check" : {
"type": "layer7",
"https": true,
"skip_ssl": true,
"frequency": "5s",
"path": "/whichcf",
"http_status_code": 200
}
}
]
},
{
"name" : "xip.io.",
"records": [
{
"name": "abc",
"ips": [
{
"address": "10.193.190.181"
},
{
"address": "10.193.148.200"
}
],
"ttl" : 5
},
{
"name": "*",
"ips": [
{
"address": "10.193.190.103"
},
{
"address": "10.193.148.251"
}
],
"ttl" : 10,
"health_check" : {
"type": "layer4",
"port": 443,
"frequency": "5s"
}
}
]
},
{
"name" : "example.io.",
"records" : [
{
"name": "*",
"ips": [
{
"address": "10.0.5.4"
},
{
"address": "10.0.5.5"
}
],
"ttl" : 5
}
]
}
],
"port" : 5050,
"relay_server" : "8.8.8.8:53"
}