Make waitForDns provider specific

This will allow us to create a proper 'noop' backend that does
not wait for dns to be in sync. This is required for local/intranet
setups.
This commit is contained in:
Girish Ramakrishnan
2016-12-14 12:27:11 -08:00
parent bf095f0698
commit d475d9bcbf
9 changed files with 38 additions and 37 deletions

View File

@@ -4,7 +4,8 @@ exports = module.exports = {
upsert: upsert,
get: get,
del: del,
getChangeStatus: getChangeStatus
getChangeStatus: getChangeStatus,
waitForDns: require('./waitfordns.js')
};
var assert = require('assert'),