-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 request: Host list via file with update on every request #6
Comments
I see the point and I thought about having a config file too.. Though I've considered 2 ways for future:
As expected, this leads to another question.. how to reload the config? My ideas were:
Now you've proposed 3rd way which might be easier than (2).. maybe I can accept the idea of doing |
I think first way is better with some api for reload and check updates via SIGHUP as the second way. inotify - is not very useful in containters and you need to extend inotify limits in some environments. |
Thank you for explaining the Ok, that sounds reasonable.. Let's keep this open for a while. My long weekend is over so I should find some time to work on this later. |
We live in the 21st century and containers are the most versatile package managers right now :) nobody wants to overthink things. |
Using arguments via cli severely limits the launch of such a proxy by the local computer. For a small team a variant with a file of hosts or even better some kind of database would be perfect.
The text was updated successfully, but these errors were encountered: