Running Meteor, which is on top of Node.js, I have discovered that the call:
dns.lookup(url, callback())
Will return an 'getaddrinfo EAI_AGAIN' error, and this seems to be blocking me from using the powerbox proxy (with an access token).
Is this expected behavior?