Files
openclaw/src/plugin-sdk/ssrf-dispatcher.ts
2026-04-17 16:05:09 +01:00

10 lines
255 B
TypeScript

// Narrow SSRF dispatcher helpers for plugins that pin DNS resolution before fetch.
export {
closeDispatcher,
createPinnedDispatcher,
resolvePinnedHostnameWithPolicy,
type PinnedDispatcherPolicy,
type SsrFPolicy,
} from "../infra/net/ssrf.js";