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
I'm getting a crash when I have a client upstream dns provider configured, as soon as the client makes a dns request. When I disable the client entry, there's no crash. The issue exists in v0.19, v0.20 and development Docker images.
The upstream configuration is basically (values redacted):
I also have customDNS.mapping and condition.mapping configurations, if those are relevant. But simply commenting out the client upstream, or adding the second provider, stops the crashing.
The error is reproducible: it occurs only on specific upstream mapping when IP address was defined as upstream resolver group and the client has no client name (means client has the IP address as name as fallback).
I'm getting a crash when I have a client upstream dns provider configured, as soon as the client makes a dns request. When I disable the client entry, there's no crash. The issue exists in v0.19, v0.20 and development Docker images.
The upstream configuration is basically (values redacted):
It does not matter if I change the upstream provider. However, after some experimentation, it does seem to be fixed if I add a second entry, as in:
I also have
customDNS.mapping
andcondition.mapping
configurations, if those are relevant. But simply commenting out the client upstream, or adding the second provider, stops the crashing.The text was updated successfully, but these errors were encountered: