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

[Feature] Runtime IP Address White-Listing. #5

Open
DAlba-sudo opened this issue Aug 9, 2023 · 1 comment
Open

[Feature] Runtime IP Address White-Listing. #5

DAlba-sudo opened this issue Aug 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DAlba-sudo
Copy link
Member

Feature Description: Right now the ips that are provided in the resources/.ips file are loaded at the program's start and never pulled from again. There should be a way to do add ips at runtime.

  • I do not want to re-read the file after every connection as this is too expensive. Considering an infinite for-loop that you can enter IPs directly into?
@DAlba-sudo DAlba-sudo self-assigned this Aug 9, 2023
@DAlba-sudo DAlba-sudo added the enhancement New feature or request label Aug 9, 2023
@DAlba-sudo
Copy link
Member Author

I've also considered adding a webserver that allows for token based auth? Seems like a commiting move though... need to think about it more.

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

No branches or pull requests

1 participant