mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #202] frpc私有模式,配置服务器端口已被占用,仍旧正常启动的问题 #133
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#133
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 @chmis8000 on GitHub (Dec 28, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/202
frpc配置比如:
[common]
server_addr = *******
[5062245541A]
local_port=7789
remote_port =80
privilege_mode = true
use_gzip = true
如上,远程端口80是被占用的,但frpc仍旧正常启动,无任何错误。最新0.9版,我记得0.7版都能报错退出的。
@fatedier commented on GitHub (Dec 29, 2016):
很奇怪,release 里下载的确实有问题(可能是包传错了),我重新编译出来的程序是正常的,你可以重新下载 0.9.1 的版本再试试。