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
Since d3b50bb DNS queryStrategy can be per-server.
This works, but since this is a per-server setting if configuring multiple dns servers for redundancy, the config needs to be duplicated, a little less elegant.
DNS config has a global field
queryStrategy
dns query will only return ipv4 address, but this is a global config not per domain.
how about use static host mapping with two keywords:
ip4.only
,ip6.only
And
google.com
will resolve to ipv4 only address, andgoogleapis.com
to ipv6 only addressThe text was updated successfully, but these errors were encountered: