mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1309] STCP XTCP 最终visitor的servername不能正确取值 #1037
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#1037
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 @sosyxg on GitHub (Jul 8, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1309
frpc1
user = u1
frpc2
user = u2
[secret_stcp_visitor]
type = stcp
role = visitor
server_name = secret_stcp
sk = Abap!321
bind_addr = 127.0.0.1
bind_port = 6001
use_encryption = true
use_compression = true
server_name最终显示的是 u2.secret_stcp
实际上应该是u1.secret_stcp
如果配置成:
server_name = u1.secret_stcp
或被识别成: u2.u1.secret_stcp
请确实是否bug
@fatedier commented on GitHub (Jul 8, 2019):
Duplicate of #1301