mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1812] 批量转发端口出现错误: too many open files #1431
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#1431
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 @pluveto on GitHub (May 18, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1812
大约转发 10000 个端口,就不行了。
@fatedier commented on GitHub (May 19, 2020):
可以优化系统参数(不推荐这种用法!!!),如果有大量端口转发的需求,建议使用 VPN。
@pluveto commented on GitHub (May 19, 2020):
大佬求详情!请问 VPN 如何实现把内部服务器的端口暴露到公网?
@jinmiaoluo commented on GitHub (May 19, 2020):
On Mon, May 18, 2020 at 09:14:11PM -0700, pluveto wrote:
@blizard863 commented on GitHub (May 19, 2020):
这个搜下 VPN 的搭建和使用吧。
@pluveto commented on GitHub (May 19, 2020):
如果我想把 80 端口暴露给全网,你这样好像不行,你这样要安装客户端。
@zzjjbb commented on GitHub (May 21, 2020):
他想问的应该是如何做出来一个和frp等效的、透明的转发吧,可以让公网服务器自己连接那个转发的内网vpn,然后配置一下路由规则(虽然我不会写