You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a upstream DNS name doesn't respond, the module use a null route with the IP 127.255.255.255, but when the upstream is back online, the module keep logging the following error:
2016/09/01 12:02:31 [error] 695#0: connect() to 127.255.255.255:9002 failed (101: Network is unreachable), context: ngx.timer
Is there a way to avoid this ?
Thanks in advance,
The text was updated successfully, but these errors were encountered:
@sdurrheimer can you confirm if when you saw this behaviour you were using the keepalive directive or not?
Can you provide more log lines? And if possible, how to reproduce the error?
I tried to reproduce, but was not well succeeded.
Hi there,
When a upstream DNS name doesn't respond, the module use a null route with the IP
127.255.255.255
, but when the upstream is back online, the module keep logging the following error:Is there a way to avoid this ?
Thanks in advance,
The text was updated successfully, but these errors were encountered: