{
    "description": "Public IP addresses of Shotbot infrastructure. See `callback_source` for IPs that POST job-completion callbacks to your servers (whitelist these). See `render_regions` for the egress IPs that target sites observe during a capture, varying with the `render_region` API parameter.",
    "callback_source": {
        "description": "Source IPs of HTTP callback POSTs sent to your `callback_url`. Independent of `render_region`: callbacks always originate from the worker host (Paris), not from the regional proxy.",
        "ips": [
            "163.172.105.112"
        ]
    },
    "render_regions": {
        "description": "Egress IP of the browser during navigation, keyed by the `render_region` API parameter. The target site sees this IP. Some regions are dual-stack (IPv4 + IPv6) | the egress family depends on the target site's DNS records. IPs can change over time as upstream providers renumber instances; re-fetch this file periodically.",
        "fr-paris": {
            "egress_ipv4": [
                "163.172.105.112"
            ],
            "egress_ipv6": [],
            "hostname": "Paris worker VM (Scaleway)",
            "asn": "AS12876"
        },
        "ca-montreal": {
            "egress_ipv4": [
                "198.100.154.130"
            ],
            "egress_ipv6": [
                "2607:5300:201:3100::6b94"
            ],
            "hostname": "vps-62136201.vps.ovh.ca",
            "asn": "AS16276"
        },
        "sg-singapore": {
            "egress_ipv4": [
                "15.235.208.246"
            ],
            "egress_ipv6": [
                "2402:1f00:8000:800::18e7"
            ],
            "hostname": "vps-512fff84.vps.ovh.ca (Singapore)",
            "asn": "AS16276"
        },
        "au-sydney": {
            "egress_ipv4": [
                "139.99.134.194"
            ],
            "egress_ipv6": [],
            "hostname": "vps-024daa04.vps.ovh.ca (Sydney)",
            "asn": "AS16276"
        },
        "vn-hanoi": {
            "egress_ipv4": [
                "118.71.127.145"
            ],
            "egress_ipv6": [],
            "hostname": "Hanoi residential FTTH (FPT Telecom, dynamic IP, allow-list at your own risk)",
            "asn": "AS18403"
        }
    },
    "ips": [
        "163.172.105.112"
    ],
    "updated_at": "2026-05-27"
}
