2025-09-25 16:29:48 +00:00

43 lines
1.5 KiB
JSON

{
"version": "0.65.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.65.0/frp_0.65.0_windows_amd64.zip",
"hash": "5885bff09604e719e429698f800f89379f3910f07490ca1f7d8a7f7a40970eda",
"extract_dir": "frp_0.65.0_windows_amd64"
},
"arm64": {
"url": "https://github.com/fatedier/frp/releases/download/v0.65.0/frp_0.65.0_windows_arm64.zip",
"hash": "cef05f46ec253c3542c3e943740d161f004387d52ff5d9d30d8dde0d58bba6e8",
"extract_dir": "frp_0.65.0_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"
}
}
}