summaryrefslogtreecommitdiff
path: root/conf-tmpl/Changelog.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-12 13:51:38 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-12 13:51:38 +0000
commita56e294fa87d663ca67bdb1002d2b75c10e64c78 (patch)
tree648dbf75eb4017aef75cf73aee3cbc3a207b6970 /conf-tmpl/Changelog.txt
parent9b1082f4075d45f6d484d856d49013b6eb1e515a (diff)
downloadhercules-a56e294fa87d663ca67bdb1002d2b75c10e64c78.tar.gz
hercules-a56e294fa87d663ca67bdb1002d2b75c10e64c78.tar.bz2
hercules-a56e294fa87d663ca67bdb1002d2b75c10e64c78.tar.xz
hercules-a56e294fa87d663ca67bdb1002d2b75c10e64c78.zip
- Cleaned up the ip rules/DDoS section of the code. (the allow,deny and deny,allow cases were switched)
- Updated the information about ip rules and DDoS protection in packet_athena.conf and commented out the line "allow: all" so connections are rejected when a DDoS is detected. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9647 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/Changelog.txt')
-rw-r--r--conf-tmpl/Changelog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt
index fc194dca4..a78ae35fd 100644
--- a/conf-tmpl/Changelog.txt
+++ b/conf-tmpl/Changelog.txt
@@ -1,5 +1,9 @@
Date Added
+2007/01/12
+ * Updated the information about ip rules and DDoS protection in
+ packet_athena.conf and commented out the line "allow: all" so
+ connections are rejected when a DDoS is detected. [FlavioJS]
2007/01/08
* Added the console plugin to plugin_athena.conf commented out. [FlavioJS]
2007/01/05