-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathfrp.json
42 lines (42 loc) · 1.55 KB
/
frp.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
{
"version": "0.61.2",
"description": "A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.",
"homepage": "https://github.com/fatedier/frp",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fatedier/frp/releases/download/v0.61.2/frp_0.61.2_windows_amd64.zip",
"hash": "5173739890fe7462eed6c9ca4e8ed2f98fca3604174bc596b0e955a4c58a50f2",
"extract_dir": "frp_0.61.2_windows_amd64"
},
"arm64": {
"url": "https://github.com/fatedier/frp/releases/download/v0.61.2/frp_0.61.2_windows_arm64.zip",
"hash": "6b1a374a95971911e0b7d962d3e6a879c45d6676e8b741f981c5759c892f0797",
"extract_dir": "frp_0.61.2_windows_arm64"
}
},
"bin": [
"frpc.exe",
"frps.exe"
],
"persist": [
"frpc.toml",
"frps.toml"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_amd64.zip",
"extract_dir": "frp_$version_windows_amd64"
},
"arm64": {
"url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_arm64.zip",
"extract_dir": "frp_$version_windows_arm64"
}
},
"hash": {
"url": "$baseurl/frp_sha256_checksums.txt"
}
}
}