// 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