mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2358] A functional appeal. #1875
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#1875
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 @SusuDOS on GitHub (Apr 16, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2358
A functional appeal: whether such a scenario can be considered. That is, computers a and B that have already run FRP clients need to use a to access B, but this function cannot be realized at present.
For example, a:
custom <-> visitor,this is a config of custom!
[common]
server_ addr = 43.248..
server_ port = 20514
token=0228bc66-23c6-4210-992c-ab5e1cb9
[p2p_ rdp]
type = stcp
sk = 329416525
local_ ip = 127.0.0.1
local_ port = 3389
For example, B:
custom <-> visitor,this is a config of custom!
[common]
server_ addr = 43.248..
server_ port = 20514
token=0228bc66-23c6-4210-992c-ab5e1cb9
[p2p_ rdp]
type = stcp
sk = 329416525
local_ ip = 127.0.0.1
local_ port = 3389
For example, a-visit:
custom <-> visitor,this is a config of visit
[common]
server_ addr = 43.248..
server_ port = 20514
token=0228bc66-23c6-4210-992c-ab5e1cb9
[rdp_ visitor]
type = stcp
role = visitor
server_ name = p2p_ rdp
sk = 329416
bind_ addr = 127.0.0.1
bind_ port = 13389
At this time, a will report an error.
@SusuDOS commented on GitHub (Apr 16, 2021):
Using different service names can achieve similar functions, but it is possible that the service has the same name. Using different key values to judge the server name may be more user-friendly.
@fatedier commented on GitHub (Apr 21, 2021):
What's the feature do you want? Can you show me a example configures?
@github-actions[bot] commented on GitHub (Jun 6, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.