Skip to content

Commit 9e73757

Browse files
authored
fix(dnscaching): check dnsCache before init & support forceipv4 with caching (#1910)
* fix: ensure dnsCache is checked for when its enabled before initialization previously dnsCache was being initialized even if it was disabled because the previous check was always returning truthy. fix #1857 * chore: update dns-caching to 0.2.6 This will allow dns-caching to respect forceIpv4 flag. * chore: update dns-caching to 0.2.7
1 parent cd479d0 commit 9e73757

3 files changed

Lines changed: 280 additions & 260 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"cronstrue": "2.23.0",
5858
"date-fns": "2.29.3",
5959
"dayjs": "1.11.7",
60-
"dns-caching": "^0.2.5",
60+
"dns-caching": "^0.2.7",
6161
"email-templates": "12.0.1",
6262
"email-validator": "2.0.4",
6363
"express": "4.21.2",

0 commit comments

Comments
 (0)