mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #4753] [MERGED] bump version #5038
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#5038
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/4753
Author: @fatedier
Created: 4/16/2025
Status: ✅ Merged
Merged: 4/16/2025
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (2)
a78814avirtual-net: initial (#4751)e208043vnet: update tun_unsupported function (#4752)📊 Changes
48 files changed (+1823 additions, -179 deletions)
View changed files
📝
README.md(+40 -5)📝
README_zh.md(+0 -5)📝
Release.md(+5 -4)📝
client/control.go(+6 -2)📝
client/proxy/proxy.go(+19 -10)📝
client/proxy/proxy_manager.go(+5 -1)📝
client/proxy/proxy_wrapper.go(+6 -1)📝
client/service.go(+26 -6)📝
client/visitor/stcp.go(+4 -0)📝
client/visitor/visitor.go(+31 -3)📝
client/visitor/visitor_manager.go(+13 -1)📝
client/visitor/xtcp.go(+7 -3)📝
cmd/frpc/sub/root.go(+7 -0)📝
conf/frpc_full_example.toml(+26 -0)➕
doc/virtual_net.md(+75 -0)📝
go.mod(+14 -11)📝
go.sum(+36 -29)📝
pkg/config/v1/client.go(+12 -3)📝
pkg/config/v1/proxy_plugin.go(+32 -24)📝
pkg/config/v1/validation/client.go(+8 -0)...and 28 more files
📄 Description
WHY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.