diff options
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index ac0a2c2..153f4e2 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -80,7 +80,7 @@ fi | |||
| 80 | if exists pfctl; then | 80 | if exists pfctl; then |
| 81 | showbanned () | 81 | showbanned () |
| 82 | { | 82 | { |
| 83 | for table in "fail2ban"; do | 83 | for table in "fail2ban" "permaban"; do |
| 84 | banned=$(sudo pfctl -t $table -T show 2> /dev/null) | 84 | banned=$(sudo pfctl -t $table -T show 2> /dev/null) |
| 85 | echo -e "$table\n$banned" | 85 | echo -e "$table\n$banned" |
| 86 | done | 86 | done |
