diff --git a/app/xray/config.py b/app/xray/config.py index 0d904c4c..e77b4682 100644 --- a/app/xray/config.py +++ b/app/xray/config.py @@ -350,7 +350,7 @@ def include_db_users(self) -> XRayConfig: for proxy_type, rows in grouped_data.items(): - inbounds = self.inbounds_by_protocol.get('proxy_type') + inbounds = self.inbounds_by_protocol.get(proxy_type) if not inbounds: continue