2020-03-11 09:01:48 +00:00

42 lines
1.5 KiB
JSON

{
"version": "0.32.0",
"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.32.0/frp_0.32.0_windows_amd64.zip",
"hash": "ba37e0b064aba037fc97c4490ae71a9a82f4b0e09de69c41b20fa0021f24aa22",
"extract_dir": "frp_0.32.0_windows_amd64"
},
"32bit": {
"url": "https://github.com/fatedier/frp/releases/download/v0.32.0/frp_0.32.0_windows_386.zip",
"hash": "af86fc25707ffbc339b8fe4be58ff8c5d05b0467b1ad6e7d97ae23834b6c4e22",
"extract_dir": "frp_0.32.0_windows_386"
}
},
"bin": [
"frpc.exe",
"frps.exe"
],
"persist": [
"frpc.ini",
"frpc_full.ini",
"frps.ini",
"frps_full.ini"
],
"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"
},
"32bit": {
"url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_386.zip",
"extract_dir": "frp_$version_windows_386"
}
}
}
}