You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proxies/custom.mdx
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,13 @@ title: "Custom Proxies"
4
4
5
5
Custom proxies allow you to use your own proxy servers with Kernel browsers. This is useful when you have existing proxy infrastructure or specific proxy requirements not covered by Kernel's managed options.
6
6
7
-
8
7
## Configuration
9
8
10
9
<Note>
11
10
Currently, only HTTPS proxies are supported for custom proxy configurations.
12
11
</Note>
13
12
14
-
| Parameter | Required | Description |
15
-
|-----------|----------|-------------|
16
-
|`host`| Yes | Proxy server hostname or IP address (max 253 characters) |
17
-
|`port`| Yes | Proxy server port (1-65535) |
18
-
|`username`| No | Username for proxy authentication (max 128 characters, alphanumeric plus `_`, `-`, `@`, `.`) |
19
-
|`password`| No | Password for proxy authentication (5-128 characters, no whitespace or escape characters) |
20
-
13
+
Specify the host, port, and optional authentication credentials for your proxy server:
-**`host`** (required) - Proxy server hostname or IP address
62
+
-**`port`** (required) - Proxy server port (1-65535)
63
+
-**`username`** - Username for proxy authentication
64
+
-**`password`** - Password for proxy authentication (minimum 5 characters)
66
65
67
66
<Note>
68
67
When creating a proxy with authentication, provide the password. The API response will only indicate if a password exists (`has_password: true`) but won't return the actual password for security reasons.
Copy file name to clipboardExpand all lines: proxies/mobile.mdx
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ title: "Mobile Proxies"
4
4
5
5
Mobile proxies route traffic through mobile carrier networks, providing the highest level of trust and the best bot detection avoidance. They use IP addresses from real mobile devices on cellular networks.
6
6
7
-
## Configuration Options
7
+
## Configuration
8
8
9
-
Mobile proxies support carrier selection and advanced targeting:
9
+
Mobile proxies support carrier selection and advanced targeting options:
|`country`| No | ISO 3166 country code (e.g., `US`, `GB`) |
60
-
|`carrier`| No | Mobile carrier name (e.g., `verizon`, `att`) |
61
-
|`state`| No | Two-letter state code (e.g., `NY`, `CA`). Only supported for US and Australia. **Cannot be used with `city`**. |
62
-
|`city`| No | City name (lowercase letters only, no spaces, e.g., `newyork`, `losangeles`). Required if `zip` is provided. |
63
-
|`zip`| No | US ZIP code (5 digits only, e.g., `10001`). **Requires `city` to be provided**. |
64
-
|`asn`| No | Autonomous System Number (e.g., `AS15169`, `15169`). **Mutually exclusive with geo-location targeting** (`country`, `city`, `state`, `zip`). |
57
+
-**`country`** - ISO 3166 country code
58
+
-**`carrier`** - Mobile carrier name (e.g., `verizon`, `att`, `tmobile`)
59
+
-**`state`** - Two-letter state code. Only supported for US and Australia. Cannot be used with `city`
60
+
-**`city`** - City name (lowercase, no spaces, e.g., `newyork`, `losangeles`). Required if `zip` is provided
61
+
-**`zip`** - US ZIP code (5 digits). Requires `city` to be provided
62
+
-**`asn`** - Autonomous System Number. Mutually exclusive with geo-location targeting
Copy file name to clipboardExpand all lines: proxies/residential.mdx
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: "Residential Proxies"
4
4
5
5
Residential proxies route traffic through real residential IP addresses, making them highly effective at avoiding bot detection. They support advanced targeting options including city, state, and operating system.
6
6
7
-
## Configuration Options
7
+
## Configuration
8
8
9
9
Residential proxies support multiple targeting parameters:
|`country`| No | ISO 3166 country code (e.g., `US`, `GB`) |
60
-
|`state`| No | Two-letter state code (e.g., `NY`, `CA`). Only supported for US and Australia. **Cannot be used with `city`**. |
61
-
|`city`| No | City name (lowercase letters only, no spaces, e.g., `sanfrancisco`, `newyork`). Required if `zip` is provided. |
62
-
|`zip`| No | US ZIP code (5 digits only, e.g., `94102`). **Requires `city` to be provided**. |
63
-
|`os`| No | Operating system: `windows`, `macos`, or `android`|
64
-
|`asn`| No | Autonomous System Number (e.g., `AS7922`, `7922`). **Mutually exclusive with geo-location targeting** (`country`, `city`, `state`, `zip`). |
57
+
-**`country`** - ISO 3166 country code
58
+
-**`state`** - Two-letter state code. Only supported for US and Australia. Cannot be used with `city`
59
+
-**`city`** - City name (lowercase, no spaces, e.g., `sanfrancisco`, `newyork`). Required if `zip` is provided
60
+
-**`zip`** - US ZIP code (5 digits). Requires `city` to be provided
61
+
-**`os`** - Operating system: `windows`, `macos`, or `android`
62
+
-**`asn`** - Autonomous System Number. Mutually exclusive with geo-location targeting
0 commit comments