[GH-ISSUE #3123] 哪里能下载到能用的luci-app-frpc?最新版的以前老的luci-app-frpc都不能用了,官方可能搞个luci-app-frpc? #2501

Closed
opened 2026-05-05 13:36:42 -06:00 by gitea-mirror · 7 comments
Owner

Originally created by @vpei on GitHub (Oct 9, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3123

Describe the feature request

哪里能下载到能用的luci-app-frpc?最新版的以前老的luci-app-frpc都不能用了,官方可能搞个luci-app-frpc?

Describe alternatives you've considered

哪里能下载到能用的luci-app-frpc?最新版的以前老的luci-app-frpc都不能用了,官方可能搞个luci-app-frpc?

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @vpei on GitHub (Oct 9, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/3123 ### Describe the feature request 哪里能下载到能用的luci-app-frpc?最新版的以前老的luci-app-frpc都不能用了,官方可能搞个luci-app-frpc? ### Describe alternatives you've considered 哪里能下载到能用的luci-app-frpc?最新版的以前老的luci-app-frpc都不能用了,官方可能搞个luci-app-frpc? ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@Becods commented on GitHub (Oct 11, 2022):

请将问题分割,分别去对应的仓库提问

<!-- gh-comment-id:1274051934 --> @Becods commented on GitHub (Oct 11, 2022): 请将问题分割,分别去对应的仓库提问
Author
Owner

@vpei commented on GitHub (Oct 11, 2022):

已解决。官方自带的就可以,只是之前配置文件出了问题,不能正常显示。
https://github.com/openwrt/luci/tree/master/applications/luci-app-frpc

<!-- gh-comment-id:1275009292 --> @vpei commented on GitHub (Oct 11, 2022): 已解决。官方自带的就可以,只是之前配置文件出了问题,不能正常显示。 https://github.com/openwrt/luci/tree/master/applications/luci-app-frpc
Author
Owner
<!-- gh-comment-id:1276211850 --> @vpei commented on GitHub (Oct 12, 2022): https://github.com/openwrt/packages/pull/19589#pullrequestreview-1139104864
Author
Owner

@shen-lan commented on GitHub (Feb 22, 2023):

怎么弄的 ?我这边直接不显示 开启按钮,根本没法开启呀
image

<!-- gh-comment-id:1440336391 --> @shen-lan commented on GitHub (Feb 22, 2023): 怎么弄的 ?我这边直接不显示 开启按钮,根本没法开启呀 ![image](https://user-images.githubusercontent.com/21122615/220687438-b4639940-4cfe-4ce7-8d87-0f1e05889b66.png)
Author
Owner

@vpei commented on GitHub (Mar 7, 2023):

怎么弄的 ?我这边直接不显示 开启按钮,根本没法开启呀 image

这个是/etc/config/frpc.ini默认配置文件出错,从网上下载个正确的即可。

或者参照以下

[common]
tls_enable = true
protocol = tcp
admin_user = root
admin_pwd = root
heartbeat_interval = 30
heartbeat_timeout = 90
log_max_days = 1
log_file = /etc/frp/frpc.log
login_fail_exit = false
log_level = info
server_port = 6800
server_addr = www.www.com
token = www.www.com

[www_www_com_http]
type = http
local_port = 80
custom_domains = www.www.com
local_ip = 127.0.0.1

<!-- gh-comment-id:1457907587 --> @vpei commented on GitHub (Mar 7, 2023): > 怎么弄的 ?我这边直接不显示 开启按钮,根本没法开启呀 ![image](https://user-images.githubusercontent.com/21122615/220687438-b4639940-4cfe-4ce7-8d87-0f1e05889b66.png) 这个是/etc/config/frpc.ini默认配置文件出错,从网上下载个正确的即可。 或者参照以下 [common] tls_enable = true protocol = tcp admin_user = root admin_pwd = root heartbeat_interval = 30 heartbeat_timeout = 90 log_max_days = 1 log_file = /etc/frp/frpc.log login_fail_exit = false log_level = info server_port = 6800 server_addr = www.www.com token = www.www.com [www_www_com_http] type = http local_port = 80 custom_domains = www.www.com local_ip = 127.0.0.1
Author
Owner

@lampb0y commented on GitHub (Mar 27, 2023):

https://github.com/openwrt/luci/tree/master/applications/luci-app-frpc

请问这个应该怎么build............

<!-- gh-comment-id:1485121677 --> @lampb0y commented on GitHub (Mar 27, 2023): > https://github.com/openwrt/luci/tree/master/applications/luci-app-frpc 请问这个应该怎么build............
Author
Owner

@vpei commented on GitHub (Mar 30, 2023):

https://github.com/openwrt/luci/tree/master/applications/luci-app-frpc

请问这个应该怎么build............

OPENWT的软件包中自带,先opkg update 再opkg install luci-app-frpc安装即可。

<!-- gh-comment-id:1490454526 --> @vpei commented on GitHub (Mar 30, 2023): > > https://github.com/openwrt/luci/tree/master/applications/luci-app-frpc > > 请问这个应该怎么build............ OPENWT的软件包中自带,先opkg update 再opkg install luci-app-frpc安装即可。
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#2501
No description provided.