From e86e7d002e56d1a90bd9102a5eef9a1261b4b43a Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 3 Feb 2009 21:51:32 +0000 Subject: [PATCH] - Added missing semi-colon in the bind9 example. Thanks to Yaroslav Halchenko. git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@725 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- config/jail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jail.conf b/config/jail.conf index 57bc9839..3ce79715 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -178,7 +178,7 @@ ignoreip = 168.192.0.1 # category security { # security_file; # }; -# } +# }; # # in your named.conf to provide proper logging. # This jail blocks UDP traffic for DNS requests.