> > ���������� ������� ��� ������������ � oops ����������.
> ����� ������� ����������� acl � ������� ������, ������������ �����������
> ���� acl
>
> group xxx {
> network_acl acl acl acl ...
> redir_mods redirect
> }
�� ������� � ��������, ��� �� ��� �����.
����� ��������:
# ��� ���� ���� (ip)
acl LOCAL src_ip include:/usr/local/oops/acl_local
# ��� url(regex), ���� �������� �� ������� ������.
acl SEX urlregex include:/usr/local/oops/sex.url
# ��� �������� ����� �����
group our_net {
redir_mods transparent redir;
networks_acl LOCAL ;
badports [0:79],110,138,139,513,[6000:6010] ;
miss allow;
bandwidth 8k;
per_ip_conn 8;
http {
allow dstdomain * ;
}
}
# ��� ��������� ���, ���� ������������� ��� ��� ������ ������
group world {
redir_mods transparent redir;
networks 0/0;
badports [0:79],110,138,139,513,[6000:6010];
bandwidth 8k;
per_ip_conn 8;
http {
deny dstdomain * ;
}
}
# �� ��� ��� ���� �������
# ������ ������ ������� ������:
group sex {
redir_mods transparent redir;
networks_acl SEX ;
http {
deny dstdomain * ;
}
}
����������� �� ��������, ����� ���� ��� �� ���� � ���� ������.
��� ���-���� ��������� ��������� ������� ?
� ���������,
����� ������.
=====================================================================
If you would like to unsubscribe from this list send message to
[EMAIL PROTECTED] with "unsubscribe oops" in message body.
Archive is accessible on http://www.paco.net/oops/