fix add subdomain

This commit is contained in:
Zenaku 2026-05-25 00:39:16 +00:00
parent 2e7fce9c1c
commit 3077e8d525

View file

@ -14,4 +14,6 @@ class OperatorProxySession:
subscription_url: Optional[str]
operator_id: int
operator_name: str
operator_domain: Optional[str] = None
operator_domain: Optional[str] = None
operator_hysteria2_host: Optional[str] = None
operator_vless_host: Optional[str] = None