Русский
Тема
Sandbox / SandboxNetworkSelector
SandboxNetworkSelector = string[] | ((ctx) => string[])
string
ctx
Egress rule list, either a static array of CIDR blocks / IP addresses / hostnames, or a callback that receives { allTraffic, rules } and returns the same.
{ allTraffic, rules }