Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not work deny_from clients and hosts? #23

Closed
GoogleCodeExporter opened this issue Oct 8, 2015 · 1 comment
Closed

Not work deny_from clients and hosts? #23

GoogleCodeExporter opened this issue Oct 8, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Nope, it requires non-free extras.

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

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant