We made a change in #935 that removed a call to :
curl_easy_setopt(curl, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
While we had good intentions (IPv6 is a good thing) we missed a requirement that the IP address making the "stat" posting needed to match the IP address used during node registration. We need to use the same protocol.
We made a change in #935 that removed a call to :
While we had good intentions (IPv6 is a good thing) we missed a requirement that the IP address making the "stat" posting needed to match the IP address used during node registration. We need to use the same protocol.