[PR #2719] [CLOSED] WIP: custom dial #4613

Closed
opened 2026-05-05 14:45:23 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2719
Author: @blizard863
Created: 12/27/2021
Status: Closed

Base: devHead: frpc-port


📝 Commits (1)

  • a37542f feat: custom dial function

📊 Changes

8 files changed (+200 additions, -91 deletions)

View changed files

📝 client/control.go (+8 -2)
📝 client/proxy/proxy.go (+5 -1)
📝 client/service.go (+10 -2)
📝 pkg/config/client.go (+4 -0)
📝 pkg/util/net/conn.go (+0 -58)
pkg/util/net/dial.go (+164 -0)
📝 pkg/util/net/websocket.go (+0 -26)
📝 test/e2e/pkg/request/request.go (+9 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/2719 **Author:** [@blizard863](https://github.com/blizard863) **Created:** 12/27/2021 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `frpc-port` --- ### 📝 Commits (1) - [`a37542f`](https://github.com/fatedier/frp/commit/a37542f1bbe0573de53e9d2b87def948de837bfe) feat: custom dial function ### 📊 Changes **8 files changed** (+200 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `client/control.go` (+8 -2) 📝 `client/proxy/proxy.go` (+5 -1) 📝 `client/service.go` (+10 -2) 📝 `pkg/config/client.go` (+4 -0) 📝 `pkg/util/net/conn.go` (+0 -58) ➕ `pkg/util/net/dial.go` (+164 -0) 📝 `pkg/util/net/websocket.go` (+0 -26) 📝 `test/e2e/pkg/request/request.go` (+9 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:45:23 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4613
No description provided.