All skills
Skillintermediate
IP Address Filtering
IP Address Filtering — reference document from Claude Code knowledge pack.
Claude Code Knowledge Pack7/10/2026
Overview
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
}
}