Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions proxies/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Residential and mobile proxies use **rotating exit IPs** that may change per con

Create a proxy configuration from the types above that can be reused across browser sessions:

<Info>
KERNEL automatically deletes proxy configurations that haven't been used for 14 days when your organization has more than 100 active configurations. Configurations attached to sessions, pools, instances, or managed auth connections are retained.
</Info>

<CodeGroup>
```typescript Typescript/Javascript
import Kernel from '@onkernel/sdk';
Expand Down
Loading