mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
feat: support api key ip restriction rules
This commit is contained in:
@@ -78,7 +78,7 @@ CREATE TABLE IF NOT EXISTS public.api_keys (
|
||||
allowed_models jsonb,
|
||||
allowed_providers jsonb,
|
||||
allowed_api_formats jsonb,
|
||||
allowed_ips jsonb,
|
||||
ip_rules jsonb,
|
||||
rate_limit integer DEFAULT 100,
|
||||
concurrent_limit integer,
|
||||
force_capabilities jsonb,
|
||||
|
||||
Reference in New Issue
Block a user