mirror of https://github.com/fail2ban/fail2ban
- Added new fail2ban binary
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_5@123 a942ae1a-1317-0410-a47c-b1dcaea8d6050.5
parent
5595ffcac7
commit
ebccfea6cb
1
MANIFEST
1
MANIFEST
|
@ -4,6 +4,7 @@ TODO
|
||||||
setup.cfg
|
setup.cfg
|
||||||
setup.py
|
setup.py
|
||||||
version.py
|
version.py
|
||||||
|
fail2ban
|
||||||
fail2ban.py
|
fail2ban.py
|
||||||
firewall/__init__.py
|
firewall/__init__.py
|
||||||
firewall/firewall.py
|
firewall/firewall.py
|
||||||
|
|
6
setup.py
6
setup.py
|
@ -35,8 +35,8 @@ setup(
|
||||||
description = "Ban IPs that make too many password failure",
|
description = "Ban IPs that make too many password failure",
|
||||||
author = "Cyril Jaquier",
|
author = "Cyril Jaquier",
|
||||||
author_email = "lostcontrol@users.sourceforge.net",
|
author_email = "lostcontrol@users.sourceforge.net",
|
||||||
url = "http://www.sourceforge.net/projects/fail2ban",
|
url = "http://fail2ban.sourceforge.net",
|
||||||
scripts = ['fail2ban.py'],
|
scripts = ['fail2ban'],
|
||||||
py_modules = ['version'],
|
py_modules = ['fail2ban', 'version'],
|
||||||
packages = ['firewall', 'logreader', 'confreader', 'utils']
|
packages = ['firewall', 'logreader', 'confreader', 'utils']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue