#5542·frp

[Feature Request] Add multiple IPs to listen in proxyBindAddr on FRP Server

Author: MichalisDBACreated Sep 16, 2026Updated Sep 16, 2026

Describe the feature request

In the proxyBindAddr add the ability to define multiple IPs so the proxies from frp client are opened on those IP addresses. For example on frps.toml

bindPort = 89
proxyBindAddr = "192.168.68.121, 192.168.68.102"

This would be nice to have when on a system with multiple interfaces we want only the frp server to listen to specific IP addresses instead of 0.0.0.0

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others