Files
litellm/docs/my-website/docs/proxy/ip_address.md
T

511 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
    }
}