fix: correct dns-caching module configuration
This commit is contained in:
5
server/utils/dnsCache.ts
Normal file
5
server/utils/dnsCache.ts
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
import logger from '@server/logger';
|
||||||
|
import { DnsCacheManager } from 'dns-caching';
|
||||||
|
|
||||||
|
const dnsCache = new DnsCacheManager({ logger });
|
||||||
|
export default dnsCache;
|
||||||
Reference in New Issue
Block a user