mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4528] [Feature Request] 能否实现拒绝来自国外的IP #3576
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#3576
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 @jzxkkk on GitHub (Nov 8, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4528
Describe the feature request
检查日志时经常出现很多来自国外的IP
是否可以实现软件层面拒绝国外IP
还是只能通过iptables这种实现
Describe alternatives you've considered
No response
Affected area
@xqzr commented on GitHub (Nov 9, 2024):
可以,但需要考虑性能
@88489754 commented on GitHub (Nov 10, 2024):
完全可以的啊,如果是云服务器可以使用厂商的防火墙策略阻断海外IP段的TCP+UDP,如果是linux系统和win系统也可以使用防火墙策略实现,或其他支持三层路由的交换机,防火墙路由器等都可以的。
@fatedier commented on GitHub (Nov 11, 2024):
已经有相关 issue 了,未来会考虑支持 ACL 规则配置。