[GH-ISSUE #3278] [Feature Request] Add whitelist to frp #2626

Closed
opened 2026-05-05 13:41:45 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @ForgottenZ on GitHub (Jan 31, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3278

Describe the feature request

l want to add a whitelist file in frp.I want to ban someone‘s ip who want to attack my server under NAT (without firewall).
Maybe it can appear as a plugin
(Ignore my language errors)

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
Originally created by @ForgottenZ on GitHub (Jan 31, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3278 ### Describe the feature request l want to add a whitelist file in frp.I want to ban someone‘s ip who want to attack my server under NAT (without firewall). Maybe it can appear as a plugin (Ignore my language errors) ### Describe alternatives you've considered _No response_ ### Affected area - [X] Docs - [ ] Installation - [ ] Performance and Scalability - [X] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:41:45 -06:00
Author
Owner

@Becods commented on GitHub (Jan 31, 2023):

under NAT ≠ without firewall

apt-get install iptables #Ubuntu

apt-get install iptables #Debian

apk add iptables #Alpine

pacman -S iptables #Arch Linux

apt-get install iptables #Kali Linux

yum install iptables #CentOS

dnf install iptables #Fedora

apt-get install iptables #Raspbian

<!-- gh-comment-id:1409822831 --> @Becods commented on GitHub (Jan 31, 2023): under NAT ≠ without firewall ``` apt-get install iptables #Ubuntu apt-get install iptables #Debian apk add iptables #Alpine pacman -S iptables #Arch Linux apt-get install iptables #Kali Linux yum install iptables #CentOS dnf install iptables #Fedora apt-get install iptables #Raspbian ```
Author
Owner

@soonxf commented on GitHub (Feb 21, 2023):

Recommend My Project Firewall firewall @ForgottenZ

<!-- gh-comment-id:1438721464 --> @soonxf commented on GitHub (Feb 21, 2023): ### Recommend My Project Firewall [firewall](https://github.com/soonxf/Micro-Firewall) @ForgottenZ
Author
Owner

@github-actions[bot] commented on GitHub (Mar 24, 2023):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1482090063 --> @github-actions[bot] commented on GitHub (Mar 24, 2023): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
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#2626
No description provided.