🚍 ssrfGuard.ts

This commit is contained in:
nirholas
2026-03-31 10:24:19 +00:00
parent b715b31ce1
commit 73348a772f

View File

@@ -292,3 +292,4 @@ function ssrfError(hostname: string, address: string): NodeJS.ErrnoException {
address,
})
}