feat: устаревание метода get_exit_points
This commit is contained in:
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user