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:
@@ -75,7 +75,7 @@ CREATE TABLE IF NOT EXISTS api_keys (
|
||||
`allowed_models` JSON,
|
||||
`allowed_providers` JSON,
|
||||
`allowed_api_formats` JSON,
|
||||
`allowed_ips` JSON,
|
||||
`ip_rules` JSON,
|
||||
`rate_limit` INT DEFAULT 100,
|
||||
`concurrent_limit` INT,
|
||||
`force_capabilities` JSON,
|
||||
|
||||
Reference in New Issue
Block a user