diff options
author | Valaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-29 16:00:45 +0000 |
---|---|---|
committer | Valaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-29 16:00:45 +0000 |
commit | a2675f07d7da22a7c6ae11f545bf8f671e785a82 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /conf-tmpl/packet_athena.conf | |
parent | b8801ae9585201eaaf9fdf80d9c7117ee18f52e2 (diff) | |
download | hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.gz hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.bz2 hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.xz hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.zip |
Clearing trunk.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/packet_athena.conf')
-rw-r--r-- | conf-tmpl/packet_athena.conf | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/conf-tmpl/packet_athena.conf b/conf-tmpl/packet_athena.conf deleted file mode 100644 index 1c6d78560..000000000 --- a/conf-tmpl/packet_athena.conf +++ /dev/null @@ -1,55 +0,0 @@ -// Athena sockets Configuration file -// (Untranslated yet) - - -// �f�o�b�O���̕\���i�o�O�̍ۂɃR�s�y���Ē�����Ə�����܂��j -debug: no - -// How long can a socket stall before closing the connection (in seconds) -stall_time: 60 - - -//----- IP Rules Settings ----- - -// Do we check IP's before allowing incoming connections? -enable_ip_rules: yes - -// �A�N�Z�X�����̔��菇��(Apache�Ɠ���) -// deny,allow ���W���ɂȂ��Ă��܂��B - -order: deny,allow -// order: allow,deny -// order: mutual-failture - -// �A�N�Z�X�R���g���[������IP���X�g -// allow : ddos�`�F�b�N�̌��ʂɊW�Ȃ����� -// deny : �s���� -// �w�薳�� : ddos�`�F�b�N�̌��ʂŋ��� / �s�������� -// �������Amutual-failture �̏ꍇ�͕s���ɂȂ�܂��B - -// allow: 127.0.0.1 -// allow: 192.168.0.0/16 -// allow: 10.0.0.0/255.0.0.0 -allow: all - -// deny: 127.0.0.1 - - -//---- 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 |