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
+1
View File
@@ -5,6 +5,7 @@ exports = module.exports = {
get: get,
del: del,
getChangeStatus: getChangeStatus,
waitForDns: require('./waitfordns.js'),
// not part of "dns" interface
getHostedZone: getHostedZone