latik / xbt

Automatically exported from code.google.com/p/xbt
0 stars 0 forks source link

Not work deny_from clients and hosts? #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
functions to restrict access to the client to the host does not work?

MySQL request is made:
create table if not exists xbt_deny_from_clients
(
peer_id char(20) not null
);

create table if not exists xbt_deny_from_hosts
(
begin int unsigned not null,
end int unsigned not null
);

Data inserted to block, but does not block the user...

Original issue reported on code.google.com by M.Sergi...@gmail.com on 22 Apr 2012 at 7:55

GoogleCodeExporter commented 8 years ago
Nope, it requires non-free extras.

Original comment by olafvdspek on 22 Apr 2012 at 4:10