From 7e35cbabd1013f6c22a5f8452caf64955ac51dac Mon Sep 17 00:00:00 2001 From: vladimir Date: Sat, 4 Jul 2026 18:03:37 +0300 Subject: [PATCH] =?UTF-8?q?refactor:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=B7=D1=83=D0=B5=D0=BC=D1=8B=D1=85=20=D0=B8=D0=BC=D0=BF?= =?UTF-8?q?=D0=BE=D1=80=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/xray_manager/core/outbound.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xray_manager/core/outbound.py b/src/xray_manager/core/outbound.py index 138f251..28d1075 100644 --- a/src/xray_manager/core/outbound.py +++ b/src/xray_manager/core/outbound.py @@ -14,7 +14,6 @@ from .outbound_fields import OUTBOUND_FIELDS if TYPE_CHECKING: from .target import Target, TargetStorage from .xray_config import XrayConfig - from .xray_manager_config import XrayManagerConfig @dataclass(frozen=True) @@ -102,6 +101,10 @@ class Outbound(ABC): PROTOCOL: str LINK_SCHEME: str + host: str + port: int + target: Target + @classmethod @abstractmethod def from_link(