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:
@@ -5,6 +5,7 @@ exports = module.exports = {
|
||||
get: get,
|
||||
del: del,
|
||||
getChangeStatus: getChangeStatus,
|
||||
waitForDns: require('./waitfordns.js'),
|
||||
|
||||
// not part of "dns" interface
|
||||
getHostedZone: getHostedZone
|
||||
|
||||
Reference in New Issue
Block a user