From 2b22a8f64c631046e69cfd872887724dc941b8a7 Mon Sep 17 00:00:00 2001 From: Mark Pashmfouroush Date: Mon, 5 Feb 2024 23:37:45 +0000 Subject: [PATCH] Create tun2socks.json --- bucket/tun2socks.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/tun2socks.json diff --git a/bucket/tun2socks.json b/bucket/tun2socks.json new file mode 100644 index 0000000..9d01120 --- /dev/null +++ b/bucket/tun2socks.json @@ -0,0 +1,22 @@ +{ + "version": "2.5.2", + "description": "tun2socks - powered by gVisor TCP/IP stack.", + "homepage": "https://github.com/xjasonlyu/tun2socks", + "license": "GPL-3", + "notes": "", + "architecture": { + "64bit": { + "url": "https://github.com/xjasonlyu/tun2socks/releases/download/v2.5.2/tun2socks-windows-amd64.zip", + "hash": "06c71bc30e557ceab6964543bd0d68e1b9dfefa272b51a46f60171af621b5f42" + } + }, + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/xjasonlyu/tun2socks/releases/download/v$version/tun2socks-windows-amd64.zip" + } + } + }, + "bin": "tun2socks-windows-amd64.exe" +}