I had followed a combination of articles to set up an auto start/stop Ollama gpu instance set with wireguard private networking and then when trying to make an api request to the api I kept getting the following error
{:error, %Req.TransportError{reason: :nxdomain}}
which meant it couldn’t find the domain (dns problem)
I had fixed my first problem (Tailscale overrides Wireguard for DNS on my mac) only to find this problem.