Add note on unbound at 127.0.0.1

This commit is contained in:
Girish Ramakrishnan
2018-02-08 14:43:49 -08:00
parent 58386b0c54
commit 459cf8d0cd

View File

@@ -65,7 +65,7 @@ var assert = require('assert'),
util = require('util'),
_ = require('underscore');
const DNS_OPTIONS = { server: '127.0.0.1', timeout: 5000 };
const DNS_OPTIONS = { server: '127.0.0.1', timeout: 5000 }; // unbound runs on 127.0.0.1
var NOOP_CALLBACK = function (error) { if (error) debug(error); };
function MailError(reason, errorOrMessage) {