[PR #3110] [CLOSED] Cr 14344 #4682

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3110
Author: @ziv-codefresh
Created: 9/28/2022
Status: Closed

Base: masterHead: CR-14344


📝 Commits (7)

📊 Changes

20 files changed (+153 additions, -33 deletions)

View changed files

📝 Makefile (+2 -2)
📝 client/control.go (+24 -4)
📝 client/service.go (+24 -4)
📝 cmd/frpc/sub/http.go (+2 -0)
📝 cmd/frpc/sub/root.go (+2 -1)
📝 conf/frpc.ini (+12 -6)
📝 conf/frpc_full.ini (+1 -1)
📝 conf/frps.ini (+14 -1)
📝 dockerfiles/Dockerfile-for-frpc (+1 -1)
📝 dockerfiles/Dockerfile-for-frps (+1 -1)
📝 go.mod (+2 -1)
📝 go.sum (+10 -0)
📝 pkg/config/client.go (+5 -1)
📝 pkg/config/proxy.go (+3 -0)
📝 pkg/msg/msg.go (+1 -0)
📝 pkg/util/net/dial.go (+9 -3)
📝 pkg/util/vhost/http.go (+17 -0)
📝 pkg/util/vhost/router.go (+19 -7)
📝 pkg/util/vhost/vhost.go (+3 -0)
📝 server/proxy/http.go (+1 -0)

📄 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/3110 **Author:** [@ziv-codefresh](https://github.com/ziv-codefresh) **Created:** 9/28/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `CR-14344` --- ### 📝 Commits (7) - [`2158253`](https://github.com/fatedier/frp/commit/2158253f2eff6926c241014801f22407a353c145) disable vcs (#2) - [`2384484`](https://github.com/fatedier/frp/commit/2384484ed79f4c97a7dee8b90a2024f5ae3de7be) Wss support (#3) - [`cd8adae`](https://github.com/fatedier/frp/commit/cd8adaea067bb8c8ee936d00e4ce8823db3786f8) bump version - [`43aa894`](https://github.com/fatedier/frp/commit/43aa89403019f76c20262fae6fc05a66e415f6d8) init - [`2e6e38c`](https://github.com/fatedier/frp/commit/2e6e38cab2432546f65dddcc10d631f4fe4d9d78) init - [`9cca161`](https://github.com/fatedier/frp/commit/9cca1613a5c26de5861e082051da607ec4bf5fd1) move ipfilter to router config - [`eabd886`](https://github.com/fatedier/frp/commit/eabd886ee36870c6a02bbf1caf79d91222ca1822) wip ### 📊 Changes **20 files changed** (+153 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+2 -2) 📝 `client/control.go` (+24 -4) 📝 `client/service.go` (+24 -4) 📝 `cmd/frpc/sub/http.go` (+2 -0) 📝 `cmd/frpc/sub/root.go` (+2 -1) 📝 `conf/frpc.ini` (+12 -6) 📝 `conf/frpc_full.ini` (+1 -1) 📝 `conf/frps.ini` (+14 -1) 📝 `dockerfiles/Dockerfile-for-frpc` (+1 -1) 📝 `dockerfiles/Dockerfile-for-frps` (+1 -1) 📝 `go.mod` (+2 -1) 📝 `go.sum` (+10 -0) 📝 `pkg/config/client.go` (+5 -1) 📝 `pkg/config/proxy.go` (+3 -0) 📝 `pkg/msg/msg.go` (+1 -0) 📝 `pkg/util/net/dial.go` (+9 -3) 📝 `pkg/util/vhost/http.go` (+17 -0) 📝 `pkg/util/vhost/router.go` (+19 -7) 📝 `pkg/util/vhost/vhost.go` (+3 -0) 📝 `server/proxy/http.go` (+1 -0) </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:46:43 -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#4682
No description provided.