Asking as it seems to result in essentially the same thing:
no_ipv6: true
resolve_strategy: IPv4Only
Seems like if you have one you don't need the other? As in, resolve_strategy alone seems to be fine on itself. In fact if I check the code it seems to set the no_* properties based on this anyhow, if none are set. So why are both of these approaches possible / supported? Is there a (subtle) difference I am missing?