mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #3299] [MERGED] sync #4720
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#4720
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/3299
Author: @fatedier
Created: 2/9/2023
Status: ✅ Merged
Merged: 2/9/2023
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
ad3548doptimize: GetAuthKey (#3254)0eecab0Fix basic example server to join in readme (#3209)d205c26Bugfix: add ipv6 parsing for custom DNS server (#3266)24c7d1dclean Release.mdb1b8d9afrpc: do a graceful close for quic protocol at exit (#3282)5e17bc7remove sponsors6b3daffupgrade quic-go and change import path (#3286)100148dsupport go1.20 (#3287)113e3b0revert random change (#3292)aa31d7asupport bandwidth_limit set by server plugin (#3271)📊 Changes
46 files changed (+408 additions, -98 deletions)
View changed files
📝
.circleci/config.yml(+2 -2)📝
.github/workflows/golangci-lint.yml(+2 -2)📝
.github/workflows/goreleaser.yml(+1 -1)📝
.golangci.yml(+6 -2)📝
Makefile(+3 -0)📝
README.md(+4 -5)📝
README_zh.md(+0 -4)📝
Release.md(+7 -3)📝
client/proxy/proxy.go(+1 -1)📝
client/service.go(+4 -3)📝
cmd/frpc/sub/http.go(+8 -0)📝
cmd/frpc/sub/https.go(+8 -0)📝
cmd/frpc/sub/root.go(+27 -24)📝
cmd/frpc/sub/stcp.go(+8 -0)📝
cmd/frpc/sub/sudp.go(+8 -0)📝
cmd/frpc/sub/tcp.go(+8 -0)📝
cmd/frpc/sub/tcpmux.go(+8 -0)📝
cmd/frpc/sub/udp.go(+8 -0)📝
cmd/frpc/sub/xtcp.go(+8 -0)📝
cmd/frps/main.go(+1 -0)...and 26 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.