feat: устаревание метода get_exit_points

This commit is contained in:
2026-07-02 03:01:59 +03:00
parent 9da0596f6d
commit 89e53a4a48
+1
View File
@@ -62,6 +62,7 @@ class XrayConfig:
f"Managed inbound not found for protocol: {protocol}" f"Managed inbound not found for protocol: {protocol}"
) )
# Устаревший метод. Перейти на использование xray_config.get_targets_list()
def get_exit_points(self) -> set[str]: def get_exit_points(self) -> set[str]:
exit_points = set() exit_points = set()
for data in self.outbounds_data.values(): for data in self.outbounds_data.values():