Files
litellm/docs/my-website/docs/proxy/ip_address.md
T
Ishaan JaffandGitHub bbdec2995a (docs improvement) remove emojis, use guides section, categorize uncategorized docs (#6796)
* proxy - use Setup & Deployment category

* fix emoji

* use guides section to user facing usage

* docs - remove emojis

* use 1 quick start
2024-11-18 12:23:54 -08:00

516 B

IP Address Filtering

:::info

You need a LiteLLM License to unlock this feature. Grab time, to get one today!

:::

Restrict which IP's can call the proxy endpoints.

general_settings:
  allowed_ips: ["192.168.1.1"]

Expected Response (if IP not listed)

{
    "error": {
        "message": "Access forbidden: IP address not allowed.",
        "type": "auth_error",
        "param": "None",
        "code": 403
    }
}