mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 10:19:33 +00:00
10 lines
255 B
TypeScript
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";
|