Configuration
Create an ISP proxy with optional targeting:Configuration Parameters
country(required) - ISO 3166 country code. Not many countries are supported for ISP proxies, try to create a proxy in a country to check if it’s available.
import { Kernel } from '@onkernel/sdk';
const kernel = new Kernel();
const proxy = await kernel.proxies.create({
type: 'isp',
name: 'my-isp-proxy'
});
const browser = await kernel.browsers.create({
proxy_id: proxy.id
});
country (required) - ISO 3166 country code. Not many countries are supported for ISP proxies, try to create a proxy in a country to check if it’s available.