From b251cd28e24c08e9170a11535fc121441b324d4f Mon Sep 17 00:00:00 2001 From: Ruoqi Yang Date: Thu, 10 Nov 2022 12:29:10 +0800 Subject: add plugin: geoip loopup --- ATRI/configs/models.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ATRI/configs') diff --git a/ATRI/configs/models.py b/ATRI/configs/models.py index a23d7f2..8e8869d 100644 --- a/ATRI/configs/models.py +++ b/ATRI/configs/models.py @@ -40,12 +40,18 @@ class Setu(BaseModel): reverse_proxy_domain: str +class GeoIP(BaseModel): + account_id: str + license_key: str + + class ConfigModel(BaseModel): ConfigVersion: str BotConfig: BotConfig WithGoCQHTTP: WithGoCQHTTP SauceNAO: SauceNAO Setu: Setu + GeoIP: GeoIP class RuntimeConfig(BaseModel): -- cgit v1.2.3