From 667007fe0aea7e6a22c7f1ac45dbae4a58eb672e Mon Sep 17 00:00:00 2001
From: mrroman <mrroman@devsite.pl>
Date: Thu, 28 Dec 2023 21:28:14 +0000
Subject: [PATCH] Fix Python 3.10

---
 README.md |   27 +++++++++++++++++++++++----
 1 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 61f636a..7f612e4 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,26 @@
-# vilain
+vilain
+======
+
 Mimic fail2ban with pf for OpenBSD.
 
 Inspired from http://www.vincentdelft.be/post/post_20161106
 
-This repository is just for work.
-See here for last vilain "stable" version : http://git.yeuxdelibad.net/vilain/  
+Installation : 
+---------------
+
+Download the repository, then run
+
+	make install
+
+This will put `vilain` script in /usr/local/bin, `vilain.py` in
+/usr/local/sbin and add a rc script.
+
+Install python-3.*
+
+	pkg_add python-3.6.2
 
 
-In pf.conf, add : 
+In pf.conf, add according to your configuration : 
 
     table <vilain_bruteforce> persist
     block quick from <vilain_bruteforce> 
@@ -21,4 +34,10 @@
     pfctl -t vilain_bruteforce -T show
 
 
+Run vilain
+---------------
 
+Run vilain manually or via rc script : 
+
+	rcctl enable vilain
+	rcctl start vilain

--
Gitblit v1.9.3