mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4357] visitors的配置问题,如何连不同user的proxies?a用户的proxies配置x完成后,在b用户来看应该是a.x, 但当b用户配置成a.x后,接入时显示的是b.a.x不存在 #3439
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#3439
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 @miws on GitHub (Jul 30, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4357
Bug Description
visitors的配置问题,如何连不同user的proxies?a用户的proxies配置x完成后,在b用户来看应该是a.x, 但当b用户配置成a.x后,接入时显示的是b.a.x不存在
frpc Version
0.59.0
frps Version
0.55.1
System Architecture
linux/amd64
Configurations
#a用户 frpc.toml
user="a"
proxies
name = "redis"
type = "stcp"
secretKey = "redis"
localIP = "127.0.0.1"
localPort = 6379
allowUsers = ["*"]
#b用户 frpc.toml
user="b"
visitors
name = "rV"
type = "stcp"
serverName = "a.redis"
secretKey = "redis"
bindAddr = "127.0.0.1"
bindPort = 6379
Logs
visitors的配置问题,如何连不同user的proxies?a用户的proxies配置x完成后,在b用户来看应该是a.x, 但当b用户配置成a.x后,启动是成功的,当使用时 时显示的是b.a.x不存在
2024-07-31 09:42:32.125 [W] [visitor/stcp.go:114] [bfb9e0a1e6472163] [b.rV] start new visitor connection error: custom listener for [b.a.redis] doesn't exist
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Jul 31, 2024):
View documents.