-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.json
37 lines (36 loc) · 1.13 KB
/
data.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
{
"github_versions":["0.17.0","0.16.1","0.16.0","0.15.1","0.15.0","0.14.1","0.13.0","0.12.0","0.11.0","0.10.0","0.9.3","0.8.1"],
"os_arch":[
"darwin_amd64", "freebsd_386","freebsd_amd64","linux_386","linux_amd64","linux_arm",
"linux_mips","linux_mips64","linux_mips64le","linux_mipsle","windows_386","windows_amd64"
],
"servers":[
{
"ip_domian" : "frp.nat-cloud.com",
"frps_version" : "0.17.0",
"bind_addr" : "0.0.0.0",
"bind_port" : "7000",
"bind_udp_port" : "7001",
"kcp_bind_port" : "7000",
"vhost_http_port" : "80",
"vhost_https_port" : "443",
"dashboard_addr" : "0.0.0.0",
"dashboard_port" : "7500",
"dashboard_user" : "admin",
"dashboard_passwd" : "admin",
"token" : "12345678",
"allow_ports" : "2000-3000,3001,3003,4000-50000",
"subdomain_host" : "frps.com",
"tcp_mux" : true,
"description" : "some words"
},
{
"ip_domian" : "hk.nat.ee",
"bind_port" : "7000",
"server_addr" : "hk.nat.ee",
"server_port" : "7000",
"privilege_token" : "www.nat.ee",
"user" : "user setting"
}
]
}