fix: add dns caching (#3736)

This commit is contained in:
Meier Lukas
2025-09-03 17:37:18 +02:00
committed by GitHub
parent ca488f8210
commit fb6b5e88ff
7 changed files with 50 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
import { setGlobalDispatcher } from "undici";
import { LoggingAgent } from "@homarr/common/server";
const agent = new LoggingAgent();
setGlobalDispatcher(agent);