diff --git a/core/models/OperatorProxySession.py b/core/models/OperatorProxySession.py index a1675ca..5bdfa6f 100644 --- a/core/models/OperatorProxySession.py +++ b/core/models/OperatorProxySession.py @@ -14,4 +14,6 @@ class OperatorProxySession: subscription_url: Optional[str] operator_id: int operator_name: str - operator_domain: Optional[str] = None \ No newline at end of file + operator_domain: Optional[str] = None + operator_hysteria2_host: Optional[str] = None + operator_vless_host: Optional[str] = None \ No newline at end of file