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

ngx_dynamic_upstream doesn't check if ip address is valid when adding servers #23

Open
sunyq opened this issue Mar 21, 2017 · 1 comment

Comments

@sunyq
Copy link

sunyq commented Mar 21, 2017

First of all, ngx_dynamic_upstream is really an awesome module!

During my test with ngx_dynamic_upstream I just found it doesn't check the validity of an IP address when I add a server for a zone.
For example, if I add "10.1.1:8080" to the zone, the nginx process will be stuck, and I can't get response from nginx.
I know this is not the correct way to use ngx_dynamic_upstream, but it would be much better to add an "IP address validity" check feature.
Thanks!

@reiz
Copy link

reiz commented Feb 16, 2018

I don't think that this module has to solve all problems.

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

2 participants