Skip to content

Commit

Permalink
Update ipban.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AliDbg authored Jan 17, 2024
1 parent 72fd68a commit dfb49bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipban.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# v5.0 github.com/AliDbg/IPBAN ######### Ubuntu≥20 Debian≥11 CentOS≥8
# v5.0.1 github.com/AliDbg/IPBAN ######### Ubuntu≥20 Debian≥11 CentOS≥8
#bash ./ipban.sh -add OUTPUT -geoip CN,IR -limit DROP -icmp no
#bash ./ipban.sh -reset yes
#bash ./ipban.sh -remove yes
Expand Down Expand Up @@ -265,4 +265,4 @@ if [[ -n ${ADD} ]]; then add_ipban; fi
if [[ ${RESET} == *"y"* ]]; then reset_iptables; fi
if [[ ${REMOVE} == *"y"* ]]; then uninstall_ipban; fi

## The End ##
## The End ##

0 comments on commit dfb49bd

Please sign in to comment.