fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
86.44k stars 13.37k forks source link

[Feature Request] Add whitelist to frp #3278

Closed ForgottenZ closed 1 year ago

ForgottenZ commented 1 year ago

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

Becods commented 1 year ago

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
soonxf commented 1 year ago

Recommend My Project Firewall firewall @ForgottenZ

github-actions[bot] commented 1 year ago

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