-
Notifications
You must be signed in to change notification settings - Fork 3k
Fetching IP Ranges Timeout #3157
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
This issue even happens right out the box Fetching https://ip-ranges.amazonaws.com/ip-ranges.json resulting in failure is still an issue IN 2024!!! |
and it still not be solved...... |
Yes, it is still a problem in tencent cloud. |
I can get the https://ip-ranges.amazonaws.com/ip-ranges.json information with the
The return value is:
|
The Fetching https://ip-ranges.amazonaws.com/ip-ranges.json blocked at startup. Sometimes this will cost a lot of time. If you're blocked by this fetching too, just run: NPM_CTR_NAME=nginxproxymanager
docker exec $NPM_CTR_NAME sed -i 's/\.then(internalIpRanges\.fetch)//g' /app/index.js
docker restart $NPM_CTR_NAME This should skip the fetching at the startup. Here's the code change solution 326380c Not merged to the repo since I haven't tested it. |
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
Long startup time due to waiting for "Fetching IP Ranges" to timeout.
Nginx Proxy Manager Version
v2.10.4
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Use the http proxy in the environment variables or a way to specify the ip range in the compose file
Operating System
Ubuntu 22.04.3 LTS (GNU/Linux 5.15.0-79-generic x86_64)
The text was updated successfully, but these errors were encountered: