diff options
author | mcrane <mctch@yahoo.com> | 2009-08-01 04:58:18 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-08-01 04:58:18 -0600 |
commit | d8e5677bab893603613adefb6f839f19550a64a3 (patch) | |
tree | 7b0e9fdb3cacedd46db608b79999611dee584f02 /config/denyhosts/denyhosts.xml | |
parent | e0660de17552d5a859b6215d1b8fa3132119bc8c (diff) | |
download | pfsense-packages-d8e5677bab893603613adefb6f839f19550a64a3.tar.gz pfsense-packages-d8e5677bab893603613adefb6f839f19550a64a3.tar.bz2 pfsense-packages-d8e5677bab893603613adefb6f839f19550a64a3.zip |
DenyHosts change startup script
Diffstat (limited to 'config/denyhosts/denyhosts.xml')
-rw-r--r-- | config/denyhosts/denyhosts.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/denyhosts/denyhosts.xml b/config/denyhosts/denyhosts.xml index 5a09be94..72a239c5 100644 --- a/config/denyhosts/denyhosts.xml +++ b/config/denyhosts/denyhosts.xml @@ -41,7 +41,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>DenyHosts</name> - <version>0.2</version> + <version>0.3</version> <title>Settings</title> <include_file>/usr/local/pkg/denyhosts.inc</include_file> <menu> @@ -51,6 +51,12 @@ <configfile>denyhosts.xml</configfile> <url>/packages/denyhosts/denyhosts_log.php</url> </menu> + <service> + <name>denyhosts</name> + <rcfile>denyhosts.sh</rcfile> + <executable>denyhosts</executable> + <description>DenyHosts analyzes logs for SSH login attempts and blocks offending IP addresses.</description> + </service> <tabs> <tab> <text>Settings</text> |