mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3172] [Feature Request] frp配置的时候是否支持srv解析的域名 #2544
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#2544
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 @Gu-f on GitHub (Nov 17, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3172
Describe the feature request
配置frps.ini的时候需要指定ip和端口,但是在某些场景下,ip和端口用了srv进行dns解析,导致没有端口,只有个域名,这种情况下支持吗?如果当前不支持,是否考虑以后支持这种配置
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Nov 18, 2022):
没有计划支持。
@github-actions[bot] commented on GitHub (Dec 19, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@wukan1986 commented on GitHub (Dec 13, 2025):
@fatedier 您好!
我自己实现了一个功能,提前写入toml文件,但感觉还是能支持SRV更好,比如在serverAddr和serverPort之外再提供一个serverSrv。
用这个能解决没有公网IPv4,但还需要提供frps服务的情况