mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3123] 哪里能下载到能用的luci-app-frpc?最新版的以前老的luci-app-frpc都不能用了,官方可能搞个luci-app-frpc? #2501
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#2501
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?
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
@Becods commented on GitHub (Oct 11, 2022):
请将问题分割,分别去对应的仓库提问
@vpei commented on GitHub (Oct 11, 2022):
已解决。官方自带的就可以,只是之前配置文件出了问题,不能正常显示。
https://github.com/openwrt/luci/tree/master/applications/luci-app-frpc
@vpei commented on GitHub (Oct 12, 2022):
https://github.com/openwrt/packages/pull/19589#pullrequestreview-1139104864
@shen-lan commented on GitHub (Feb 22, 2023):
怎么弄的 ?我这边直接不显示 开启按钮,根本没法开启呀

@vpei commented on GitHub (Mar 7, 2023):
这个是/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
@lampb0y commented on GitHub (Mar 27, 2023):
请问这个应该怎么build............
@vpei commented on GitHub (Mar 30, 2023):
OPENWT的软件包中自带,先opkg update 再opkg install luci-app-frpc安装即可。