mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3230] [Feature Request] 是否有来源IP控制 #2591
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#2591
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 @Guation on GitHub (Dec 29, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3230
Describe the feature request
最近在检查frps日志的时候发现映射的ssh端口存在大量来自境外IP的连接请求 已经把sshd配置成了仅证书登录 但是这些爆破扫描一点没少 还是在锲而不舍的尝试连接 能不能在frps配置一个指定IP比如中国大陆IP连接ssh端口的时候就把数据转发到frpc可以尝试进行登录 境外IP连接ssh端口请求直接丢弃掉请求不响应任何数据
Describe alternatives you've considered
No response
Affected area
@Becods commented on GitHub (Dec 29, 2022):
善用iptables
@Guation commented on GitHub (Dec 29, 2022):
那个加一两个IP还好 如果要过滤整个大陆IP还是太麻烦了
@Becods commented on GitHub (Jan 1, 2023):
没有什么是一个bash解决不了的
@Guation commented on GitHub (Jan 1, 2023):
谢谢