Documentation / @agentick/sandbox-local / ProxyServerConfig
Interface: ProxyServerConfig ​
Defined in: network/proxy.ts:20
Properties ​
maxAuditEntries? ​
optionalmaxAuditEntries:number
Defined in: network/proxy.ts:31
Maximum audit log entries. Default: 10000.
onBlock()? ​
optionalonBlock: (req) =>void
Defined in: network/proxy.ts:28
Called when a request is blocked.
Parameters ​
req ​
Returns ​
void
onRequest()? ​
optionalonRequest: (req) =>void
Defined in: network/proxy.ts:25
Called for each request (before forwarding/blocking).
Parameters ​
req ​
Returns ​
void
port? ​
optionalport:number
Defined in: network/proxy.ts:22
Port to bind. 0 = auto-assign.