blob: 1c6d7856070269b9ebc6850439a2f8144649f398 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
// 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
|