forcebindip: Add version 1.32 (#3625)

This commit is contained in:
Issac Lin 2022-05-29 01:04:20 +08:00 committed by GitHub
parent 3752c5b435
commit 0ef0caa806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/forcebindip.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "1.32",
"description": "Bind any Windows application to a specific interface or IP address.",
"homepage": "https://r1ch.net/projects/forcebindip",
"license": {
"identifier": "Freeware",
"url": "https://r1ch.net/projects/forcebindip"
},
"notes": [
"Even if your OS is 64 bit, many applications are still 32 bit.",
"Use 'ForceBindIP' with 32 bit applications, and 'ForceBindIP64' with 64 bit applications."
],
"url": "https://r1ch.net/assets/forcebindip/ForceBindIP-1.32.zip",
"hash": "9e52a88262093d3a50c19a5b46ecc22d9f4a95bcc7c2e968fadd5c5942024b1a",
"architecture": {
"64bit": {
"bin": [
"ForceBindIP.exe",
"ForceBindIP64.exe"
]
},
"32bit": {
"bin": "ForceBindIP.exe"
}
}
}