Skip to content

Commit

Permalink
add bepass
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Sep 30, 2023
1 parent bf36a35 commit 5de2e58
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bucket/bepass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "1.6.2",
"description": "A simple DPI bypass tool written in go.",
"homepage": "https://github.com/uoosef/bepass",
"license": "GPL-3",
"notes": "",
"architecture": {
"64bit": {
"url": "https://github.com/uoosef/bepass/releases/download/v1.6.2/Bepass-windows-amd64.51eb50.zip",
"hash": "b694ceb4750cec0eeae923603ef176f9e9d57a504a62c5d31f653ea992ca063c"
}
},
"checkver": {
"url": "https://api.github.com/repos/uoosef/bepass/releases",
"jsonpath": "$.[0].assets[0].browser_download_url",
"regex": "v(?<version>[\\d.]+)\/[^\/]+\\.(?<commit>[\\w]+)\\.zip$"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/uoosef/bepass/releases/download/v$version/Bepass-windows-amd64.$matchCommit.zip"
}
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\$config.json\")) { New-Item \"$dir\\config.json\" }",
"persist": "config.json",
"bin": "bepass.exe"
}

0 comments on commit 5de2e58

Please sign in to comment.