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
Original issue reported on code.google.com by
M.Sergi...@gmail.com
on 22 Apr 2012 at 7:55