mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #5107] [Feature Request] Support precise specification of multiple server listening addresses #4005
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#4005
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 @bigsk05 on GitHub (Dec 30, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5107
Describe the feature request
Support precise specification of multiple server listening addresses
For example:
My server has 254 IPv4 addresses and 10 IPv6 addresses, now I hope use a single IPv4 and a single IPv6 for this FRPS server. If I use the [::] mark, it will listen to all my addresses, but if I do not use the [::] mark, then there is no other method to achieve this goal.
Describe alternatives you've considered
Support a string array to specify multiple addresses in the bindAddr field. With type reflection?
Affected area
@fatedier commented on GitHub (Jan 4, 2026):
You can work around this by running two frps instances.
@github-actions[bot] commented on GitHub (Jan 19, 2026):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.