You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
目前cch,若部署在公网云服务器上,不免会有暴露风险。
假设有供某个不安全的服务用的使用需求,不在一个内网。与此同时,此cch还有其他客户端(非固定IP)的使用需求,则不方便直接给机器加防火墙。只能依赖服务内根据用户、APIKEY级别来提供黑白名单功能。
因此希望能有 APIKEY 或者用户级别的 IP 白名单,就算拿到了 API KEY也无法调用,防止滥用。