[PR #718] [MERGED] more cmds #4238

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/718
Author: @fatedier
Created: 4/22/2018
Status: Merged
Merged: 4/22/2018
Merged by: @fatedier

Base: devHead: cmd


📝 Commits (7)

📊 Changes

217 files changed (+21828 additions, -10358 deletions)

View changed files

📝 Makefile (+1 -1)
📝 README.md (+2 -2)
📝 README_zh.md (+1 -1)
📝 client/admin.go (+2 -2)
📝 client/admin_api.go (+18 -7)
📝 client/control.go (+18 -16)
📝 client/proxy.go (+7 -6)
📝 client/proxy_manager.go (+7 -6)
📝 client/service.go (+4 -3)
📝 client/visitor.go (+4 -3)
📝 cmd/frpc/main.go (+2 -284)
cmd/frpc/sub/http.go (+96 -0)
cmd/frpc/sub/https.go (+88 -0)
cmd/frpc/sub/reload.go (+92 -0)
cmd/frpc/sub/root.go (+215 -0)
cmd/frpc/sub/status.go (+146 -0)
cmd/frpc/sub/stcp.go (+102 -0)
cmd/frpc/sub/tcp.go (+85 -0)
cmd/frpc/sub/udp.go (+85 -0)
cmd/frpc/sub/xtcp.go (+102 -0)

...and 80 more files

📄 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/718 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/22/2018 **Status:** ✅ Merged **Merged:** 4/22/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `cmd` --- ### 📝 Commits (7) - [`0f6f674`](https://github.com/fatedier/frp/commit/0f6f674a648e248fd1d842bc24cca2034db148bf) cmd: support more cli command - [`fe187eb`](https://github.com/fatedier/frp/commit/fe187eb8ecabeaef0a91eb2eed82658fc12bfff5) remove package github.com/docopt/docopt-go - [`c1f57da`](https://github.com/fatedier/frp/commit/c1f57da00d3634b6401085a753d0cdfe0fdd2793) update packages - [`4cb4da3`](https://github.com/fatedier/frp/commit/4cb4da3afc8422f7abad06fc18694f2da3a8088a) add package github.com/spf13/cobra - [`c47aad3`](https://github.com/fatedier/frp/commit/c47aad348de222b91e2cb2387e8f4d9ea659cd89) fix - [`00b9ba9`](https://github.com/fatedier/frp/commit/00b9ba95aeef38135a48fe42917d9aa2fac4f879) frpc: support specify default dns server, close #700 - [`461c4c1`](https://github.com/fatedier/frp/commit/461c4c18fdc64d8edd639c298bb5f0a2655207e5) update doc ### 📊 Changes **217 files changed** (+21828 additions, -10358 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) 📝 `README.md` (+2 -2) 📝 `README_zh.md` (+1 -1) 📝 `client/admin.go` (+2 -2) 📝 `client/admin_api.go` (+18 -7) 📝 `client/control.go` (+18 -16) 📝 `client/proxy.go` (+7 -6) 📝 `client/proxy_manager.go` (+7 -6) 📝 `client/service.go` (+4 -3) 📝 `client/visitor.go` (+4 -3) 📝 `cmd/frpc/main.go` (+2 -284) ➕ `cmd/frpc/sub/http.go` (+96 -0) ➕ `cmd/frpc/sub/https.go` (+88 -0) ➕ `cmd/frpc/sub/reload.go` (+92 -0) ➕ `cmd/frpc/sub/root.go` (+215 -0) ➕ `cmd/frpc/sub/status.go` (+146 -0) ➕ `cmd/frpc/sub/stcp.go` (+102 -0) ➕ `cmd/frpc/sub/tcp.go` (+85 -0) ➕ `cmd/frpc/sub/udp.go` (+85 -0) ➕ `cmd/frpc/sub/xtcp.go` (+102 -0) _...and 80 more files_ </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:38:15 -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#4238
No description provided.