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
Configure NGINX Plus with the example match configuration.
Watch all health checks fail
Notice that NGINX Plus is requesting a DNS lookup for *stlu.msl.edu which is bad for the servers in the upstream group and bad for any subsequent DNS server that will handle this request. And it's bad for Massachusetts School of Law.
Expected behavior
Docs should explain that DNS health checks require configuration to be made on the DNS server.
Docs should provide a means for creating the hex string to send a DNS lookup
Docs should explain what the expect value should be based on 1 & 2
The text was updated successfully, but these errors were encountered:
Describe the bug
On this page, https://docs.nginx.com/nginx/admin-guide/load-balancer/udp-health-check/#example-test-for-dns
The
send
andexpect
parameters are confusing and misleading. They cannot (and should not) be used to create a working DNS health check.To reproduce
Steps to reproduce the behavior:
match
configuration.Expected behavior
expect
value should be based on 1 & 2The text was updated successfully, but these errors were encountered: