mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
feat: support api key ip restriction rules
This commit is contained in:
@@ -1 +0,0 @@
|
||||
ALTER TABLE api_keys ADD COLUMN allowed_ips TEXT;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE api_keys ADD COLUMN ip_rules TEXT;
|
||||
Reference in New Issue
Block a user