mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2935] [Feature Request] Host配置中的local_ip, 能否用域名或者机器名代替? #2338
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#2338
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 @jonozw on GitHub (May 13, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2935
Describe the feature request
当前我的使用方式是在文件服务器上开一个FRPC, 监听很多个Host, 然后将不同的Host映射到不同的PC上, 这样就不用每个人单独在PC上安装FRPC了, 从而让大家能在家远程登陆RDP.
服务器端每个用户的配置大致为
[SH_USER_XXX]
type = stcp
sk = 1234567890
local_ip = 192.168.1.123
local_port = 3389
但是一般来说, 除非将IP地址固定, 否则IP地址偶尔会改动
[SH_USER_XXX]
type = stcp
sk = 1234567890
local_ip = PC_XXX
local_port = 3389
请评估一下, 谢谢
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (May 13, 2022):
可以使用域名
@jonozw commented on GitHub (May 13, 2022):
嗯嗯, 的确可以, 谢谢