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

IPX #45

Open
ynmhu opened this issue Jan 13, 2025 · 0 comments
Open

IPX #45

ynmhu opened this issue Jan 13, 2025 · 0 comments

Comments

@ynmhu
Copy link

ynmhu commented Jan 13, 2025

just create ip.sql

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');

-- 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

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

No branches or pull requests

1 participant