diff options
Diffstat (limited to 'conf-tmpl/packet_athena.conf')
-rw-r--r-- | conf-tmpl/packet_athena.conf | 45 |
1 files changed, 27 insertions, 18 deletions
diff --git a/conf-tmpl/packet_athena.conf b/conf-tmpl/packet_athena.conf index b8e1f31f7..b11baa429 100644 --- a/conf-tmpl/packet_athena.conf +++ b/conf-tmpl/packet_athena.conf @@ -1,27 +1,18 @@ -// �\�P�b�g�֘A�̐ݒ�ł��B (Untranslated yet)
+// Athena sockets Configuration file
+// (Untranslated yet)
-// How long can a socket stall before closing the connection (in seconds)
-stall_time: 60
-
-//---- Ddos Protection Settings ----
-
// �f�o�b�O���̕\���i�o�O�̍ۂɃR�s�y���Ē�����Ə�����܂��j
-// debug: 1
+debug: no
-// ddos�U���Ɣ��f����ׂ̃��[���ݒ�
-// ddos_interval msec�ȓ��̐ڑ��v����ddos_count�����ꍇ�ɁA
-// ddos�U�����ꂽ�Ɣ��肵�܂��B
+// How long can a socket stall before closing the connection (in seconds)
+stall_time: 60
-// �ڑ��Ԋu(msec)
-ddos_interval: 3000
-// �ڑ���
-ddos_count: 5
+//----- IP Rules Settings -----
-// ddos��������������Ԋu(msec)
-// ���̎��Ԍo�߂���ƁA�ڑ���������������܂��B
-ddos_autoreset: 600000
+// Do we check IP's before allowing incoming connections?
+enable_ip_rules: yes
// �A�N�Z�X�����̔��菇��(Apache�Ɠ���)
// deny,allow ���W���ɂȂ��Ă��܂��B
@@ -43,4 +34,22 @@ allow: all // deny: 127.0.0.1
-import: conf/import/packet_conf.txt
\ No newline at end of file +
+//---- Ddos Protection Settings ----
+
+// ddos�U���Ɣ��f����ׂ̃��[���ݒ�
+// ddos_interval msec�ȓ��̐ڑ��v����ddos_count�����ꍇ�ɁA
+// ddos�U�����ꂽ�Ɣ��肵�܂��B
+
+// �ڑ��Ԋu(msec)
+ddos_interval: 3000
+
+// �ڑ���
+ddos_count: 5
+
+// ddos��������������Ԋu(msec)
+// ���̎��Ԍo�߂���ƁA�ڑ���������������܂��B
+ddos_autoreset: 600000
+
+
+//import: conf/import/packet_conf.txt
\ No newline at end of file |