You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
M.Sergi...@gmail.com
on 22 Apr 2012 at 7:55The text was updated successfully, but these errors were encountered: