fix(dns): correct provider-dns.js require path after dns-providers/ move to src/dns/
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
const { createCache, CACHE_CONFIGS } = require('../utilities/cache-config');
|
const { createCache, CACHE_CONFIGS } = require('../utilities/cache-config');
|
||||||
const { TIMEOUTS, SESSION_TTL, CADDY } = require('../utilities/constants');
|
const { TIMEOUTS, SESSION_TTL, CADDY } = require('../utilities/constants');
|
||||||
const registry = require('../../dns-providers/registry');
|
const registry = require('../dns/dns-providers/registry');
|
||||||
|
|
||||||
// Per-server token cache (legacy Technitium)
|
// Per-server token cache (legacy Technitium)
|
||||||
const dnsServerTokens = createCache(CACHE_CONFIGS.dnsTokens);
|
const dnsServerTokens = createCache(CACHE_CONFIGS.dnsTokens);
|
||||||
|
|||||||
Reference in New Issue
Block a user