Skip to content

Commit 3183b2d

Browse files
authored
New version: chenjia404.go-p2ptunnel version 0.2.34 (microsoft#355657)
1 parent 58dcd36 commit 3183b2d

4 files changed

Lines changed: 99 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: chenjia404.go-p2ptunnel
5+
PackageVersion: 0.2.34
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: go-p2ptunnel.exe
10+
PortableCommandAlias: go-p2ptunnel
11+
Commands:
12+
- go-p2ptunnel
13+
ReleaseDate: 2026-04-06
14+
Installers:
15+
- Architecture: x86
16+
InstallerUrl: https://github.com/chenjia404/go-p2ptunnel/releases/download/vv0.2.34/go-p2ptunnel_v0.2.34_windows_386.zip
17+
InstallerSha256: 165019C3DC8A81F981BF15475DF6C8715EFD53EC186D175F70BE097BD3C42309
18+
- Architecture: x64
19+
InstallerUrl: https://github.com/chenjia404/go-p2ptunnel/releases/download/vv0.2.34/go-p2ptunnel_v0.2.34_windows_amd64.zip
20+
InstallerSha256: C7E3E7D7D3D11F0229B0F62A97372F1610E30F22A6945EC6748FEC62D555FEE6
21+
ManifestType: installer
22+
ManifestVersion: 1.12.0
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: chenjia404.go-p2ptunnel
5+
PackageVersion: 0.2.34
6+
PackageLocale: en-US
7+
Publisher: Chen Jia
8+
PublisherUrl: https://blog.chenjia.info/
9+
PublisherSupportUrl: https://github.com/chenjia404/go-p2ptunnel/issues
10+
Author: Chen Jia
11+
PackageName: go-p2ptunnel
12+
PackageUrl: https://github.com/chenjia404/go-p2ptunnel
13+
License: MIT
14+
LicenseUrl: https://github.com/chenjia404/go-p2ptunnel/blob/HEAD/LICENSE.txt
15+
Copyright: Copyright (c) 2026 chenjia404
16+
ShortDescription: A P2P-based TCP intranet encrypted tunnel tool
17+
Description: |-
18+
Use libp2p to establish a TCP tunnel (does not support UDP). The underlying transmission can be implemented using QUIC, TCP, WebSocket, WebTransport. Use noise protocol to encrypt the transmission. Support NAT. Can be used in multi-layer combinations.
19+
If there is no public network IP, you can use the node ID to connect. In some situations, directly specify the IP and communication protocol to connect.
20+
The node private key is stored in .key files in the current directory, and the default file name is user.key. If it was deleted, a new node ID will be created automatically when the program is restarting.
21+
Tags:
22+
- p2p
23+
- tunnel
24+
ReleaseNotesUrl: https://github.com/chenjia404/go-p2ptunnel/releases/tag/vv0.2.34
25+
ManifestType: defaultLocale
26+
ManifestVersion: 1.12.0
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: chenjia404.go-p2ptunnel
5+
PackageVersion: 0.2.34
6+
PackageLocale: zh-CN
7+
Publisher: Chen Jia
8+
PublisherUrl: https://blog.chenjia.info/
9+
PublisherSupportUrl: https://github.com/chenjia404/go-p2ptunnel/issues
10+
Author: Chen Jia
11+
PackageName: go-p2ptunnel
12+
PackageUrl: https://github.com/chenjia404/go-p2ptunnel
13+
License: MIT
14+
LicenseUrl: https://github.com/chenjia404/go-p2ptunnel/blob/HEAD/LICENSE.txt
15+
Copyright: Copyright (c) 2026 chenjia404
16+
ShortDescription: 基于 P2P 的 TCP 内网加密隧道工具
17+
Description: |-
18+
使用 libp2p 建立 TCP 隧道(不支持 UDP),底层传输可以使用 QUIC、TCP、WebSocket、WebTransport 实现,使用 noise 协议加密传输,自带 NAT,可以多层组合使用。
19+
如果在没有公网 IP 的情况下,可以使用节点 ID 进行连接,如果有情况的直接指定 IP 和通讯协议进行连接。
20+
节点私钥文件在当前目录下,文件名后缀是 .key,默认是 user.key,删除后重启程序就会自动创建新的节点 ID。
21+
Tags:
22+
- p2p
23+
- 隧道
24+
ReleaseNotes: |-
25+
Changelog
26+
- 14b47e1d206cb879bdb7744113f30077433e72fc 0.2.33:go1.26 在 window 会报错
27+
- 3fdd81f0dde21977a583431a9ed65435e242f262 Merge pull request #91 from chenjia404/renovate/github.com-protonmail-go-crypto-1.x
28+
- 34dd5c1e85cfe8a87215fb97e987399acdfe1909 Merge pull request #92 from chenjia404/renovate/go-1.x
29+
- 00cb7dc0342200031f879f2cfd53bb77c361f973 Merge pull request #94 from chenjia404/renovate/github.com-protonmail-go-crypto-1.x
30+
- c22950331a9e78ecd15f77f3d770d6d2d40a71ab Merge pull request #95 from chenjia404/renovate/github.com-libp2p-go-libp2p-kad-dht-0.x
31+
- 6134b5e78bcc22024ce859723a95905f278526b7 Merge pull request #96 from chenjia404/renovate/github.com-things-go-go-socks5-0.x
32+
- 091579e430783c510c3c7a280c8b2808fcfec4f8 Update dependency go to v1.26.1
33+
- da78da352a1bde5b0c592af683abb8a1c97f0b9d Update module github.com/ProtonMail/go-crypto to v1.4.0
34+
- 930366024e421e2271c4a1d497ced70e1a47f2df Update module github.com/ProtonMail/go-crypto to v1.4.1
35+
- 88422289ac3a15096e790eb8ba2d68f2416ef5dd Update module github.com/libp2p/go-libp2p-kad-dht to v0.39.0
36+
- 404cd51ea6860104b3c27d0bcb9216d63d658f3a Update module github.com/things-go/go-socks5 to v0.1.1
37+
- 3fe8b86ed42f9dce8255c99d17f8885f06188152 go 1.26
38+
- 208af189f2656cfbb78d81c1154c1ee36d2b0518 goreleaser v2
39+
- de6dee1e1c58e944bb5763173dc2be9b2e12fbfc 修复签名过期的问题
40+
- 4c82afb0d1be4299baa47cad32a29dfaf8816171 修正打包镜像
41+
ReleaseNotesUrl: https://github.com/chenjia404/go-p2ptunnel/releases/tag/vv0.2.34
42+
ManifestType: locale
43+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: chenjia404.go-p2ptunnel
5+
PackageVersion: 0.2.34
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)