We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
INSERT INTO ip_restrict (id, user_id, added_by, added, type, expiry, value) VALUES (1, 1, 1, EXTRACT(EPOCH FROM NOW())::int, 1, 0, '10.10.10.10');
you can change ip and load again, ads how many ip you want you need to load on evry change
The text was updated successfully, but these errors were encountered:
No branches or pull requests
just create ip.sql
-- where is 10.10.10.10 put your ip wich you have online when filed to login,
-- psql cservice < ip.sql
you can change ip and load again, ads how many ip you want you need to load on evry change
The text was updated successfully, but these errors were encountered: