-
Notifications
You must be signed in to change notification settings - Fork 3k
Updating Access List IP address for dynamic IP Host #2240
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
Comments
Also, nginx does not appear to be running under systemctl, so how can I restart and / or reload the system ? |
@diginfo you can just use the nginx standard |
Thanks, so by updating the sqlite database directly as I am, will that then update the nginx config file in /data/nginx/proxy_hosts folder automagically ? |
and while I have your attention :-) Any suggestions ? |
@diginfo I don't think so, since even changing an ACL in the GUI doesn't reload nginx currently. |
The original request still stands in my opinion. Would it be possible to get some kind of functionality for DDNS in the Access List? Since I have to enter my public IP to limit access to my LAN, if it changes I have to go and manually update it. |
There are already great tools for securing infrastructure like requested, VPNs. I for example use tailscale to enable hiding of many services, not just web. |
many people want to limit their services to local IP ranges, but the current ACL cannot do that. Can we have that code merged into? |
Issue is now considered stale. If you want to keep it open, please comment 👍 |
Please merge #3364 to close this issue. |
Issue is now considered stale. If you want to keep it open, please comment 👍 |
As the access list does not allow a hostname and only an IP address, I want to create a cron script, that checks whether the IP address has changed for a host, and if so updates the "Access List > Access" IP Address.
I know how to create the script, and how to update the database, but is it just a case of restarting the nginx service or should I call some other command to apply the changed IP address ??
The text was updated successfully, but these errors were encountered: