--- name: Bug report about: Create a report to help us improve title: '' labels: bug assignees: ivuorinen --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Run command: `f2b [command]` 2. With arguments: `[arguments]` 3. Expected behavior: `[what should happen]` 4. Actual result: `[what actually happened]` **Expected behavior** A clear and concise description of what you expected to happen. **Command Output** Please include the full command output: ```bash $ f2b [your command here] [paste the complete output here] ``` **Environment (please complete the following information):** - OS: [e.g. Ubuntu 20.04, macOS 12.6, Windows 11] - Architecture: [e.g. amd64, arm64] - Go version: [e.g. 1.20.5] (if building from source) - f2b version: [e.g. 1.2.3] (run `f2b version`) - Fail2Ban version: [e.g. 0.11.2] (run `fail2ban-client version`) - User privileges: [e.g. root, sudo user, regular user] **Logs** If available, include relevant logs: ```text # f2b debug logs (run with --log-level=debug) [paste debug output here] # Fail2Ban logs (if relevant) [paste relevant fail2ban logs here] ``` **Additional context** Add any other context about the problem here.