mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3692] frpc.toml服务启动了,但是监听端口看不到 #2939
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#2939
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 @timdaye96 on GitHub (Oct 18, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3692
Bug Description
● frpc.service - Frpc Client
Loaded: loaded (/etc/systemd/system/frpc.service; enabled; vendor preset: disabled)
Active: inactive (dead) since 三 2023-10-18 10:41:25 CST; 1min 35s ago
Process: 9027 ExecStart=/usr/bin/frpc -c /tools/frpc/frpc.toml (code=exited, status=0/SUCCESS)
Main PID: 9027 (code=exited, status=0/SUCCESS)
frpc Version
0.52.1
frps Version
0.52.1
System Architecture
amd64
Configurations
frpc.toml配置文件
user = "X"
serverAddr = "a.b.c.d"
serverPort = 7000
STUN server to help penetrate NAT hole.
natHoleStunServer = "stun.easyvoip.com:3478"
loginFailExit = true
log.to = "./tools/frpc/frpc.log"
log.level = "info"
log.maxDays = 3
log.disablePrintColor = false
auth.method = "token"
auth.token = "123"
webServer.pprofEnable = false
transport.poolCount = 5
transport.protocol = "kcp"
transport.connectServerLocalIP = "0.0.0.0"
transport.tls.enable = true
udpPacketSize = 1500
Logs
2023/10/18 10:41:25 [I] [root.go:139] start frpc service for config file [/tools/frpc/frpc.toml]
2023/10/18 10:41:25 [E] [service.go:291] send Login request to plugin error
Steps to reproduce
...
Affected area
@asdf5329 commented on GitHub (Nov 15, 2023):
toml和INI不一样,服务器地址是域名的话就这样,INI的服务器地址是域名就不报错,这个报,
@github-actions[bot] commented on GitHub (Dec 16, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.