Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

node.js vds connection was aborted

require('dns').resolve('www.google.com', function(err) {
  if (err) {
     console.log("No connection");
  } else {
     console.log("Connected");
  }
});
 
PREVIOUS NEXT
Tagged: #vds #connection #aborted
ADD COMMENT
Topic
Name
4+3 =