✨ IP 位址篩選
資訊
您需要 LiteLLM 授權才能啟用此功能。Grab time,立即取得一個!
限制哪些 IP 可以呼叫 proxy 端點。
general_settings:
allowed_ips: ["192.168.1.1"]
預期回應(如果 IP 未列出)
{
"error": {
"message": "Access forbidden: IP address not allowed.",
"type": "auth_error",
"param": "None",
"code": 403
}
}