Skip to content

Add some documentation about how to test a fail2ban rule #305

Add some documentation about how to test a fail2ban rule

Add some documentation about how to test a fail2ban rule #305

Workflow file for this run

---
name: Deny Host Validation
on: [push, pull_request]
jobs:
deny_host_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install prereqs
run: sudo apt-get install libtest-more-utf8-perl libnet-ip-perl libscalar-list-utils-perl libfindbin-libs-perl
- name: Run test
run: prove roles/denyhost/checks