mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3450] The user = your_name configuration item is concatenated with visitor server_name item , Therefore custom cannot be found #2761
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#2761
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 @louzhuzhijia on GitHub (May 26, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3450
Bug Description
computer windows01
[common]
user = win_01
[xtcp_win_02_3389_visitor]
type = xtcp
role = visitor
server_name = win_02.xtcp_3389
computer windows02
[common]
user = win_02
[xtcp_3389]
type = xtcp
use computer 01 connection exception log:
[win_01.xtcp_win_02_3389_visitor] start new visitor connection error: custom listener for [win_01.win_02.xtcp_3389] doesn't exist
When computer 01 connects to computer 02 port 3389, its [user] name will be concatenated to [server_name]. Therefore, custom cannot be found
Remove the user = win_01 configuration in computer 01 to access normally
frpc Version
0.48.0
frps Version
0.48.0
System Architecture
windows/amd64
Configurations
see the description
Logs
No response
Steps to reproduce
No response
Affected area
@zhangnew commented on GitHub (Jun 9, 2023):
根据 #927 作者的回复,stcp 客户端和服务端的 user 需要相同,这个逻辑比较奇怪~