[GH-ISSUE #2433] [需求] frps bind_addr参数 监听多个网卡 #1934

Closed
opened 2026-05-05 13:14:48 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @dem0ns on GitHub (Jun 4, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2433

通过文档发现了frps的bind_addr参数 https://gofrp.org/docs/reference/server-configures/

但是经过尝试,发现只能监听单个网卡或者所有网卡,不能监听多个特定的网卡

以下两种方式均不生效

bind_addr=192.168.1.1,10.1.1.1
bind_addr=192.168.1.1
bind_addr=10.1.1.1

希望能够在bind_addr参数中添加对多网卡参数的支持

Originally created by @dem0ns on GitHub (Jun 4, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2433 通过文档发现了frps的`bind_addr`参数 https://gofrp.org/docs/reference/server-configures/ 但是经过尝试,发现只能监听单个网卡或者所有网卡,不能监听多个特定的网卡 以下两种方式均不生效 ``` bind_addr=192.168.1.1,10.1.1.1 ``` ``` bind_addr=192.168.1.1 bind_addr=10.1.1.1 ``` 希望能够在bind_addr参数中添加对多网卡参数的支持
Author
Owner

@fatedier commented on GitHub (Jun 4, 2021):

You can run multiple frps for this demand.

<!-- gh-comment-id:854410626 --> @fatedier commented on GitHub (Jun 4, 2021): You can run multiple frps for this demand.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1934
No description provided.