mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-01 22:22:22 +00:00
* proxy - use Setup & Deployment category * fix emoji * use guides section to user facing usage * docs - remove emojis * use 1 quick start
516 B
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
}
}