From d00081e63256044281270b6bdcc8417b9f428602 Mon Sep 17 00:00:00 2001 From: vladimir Date: Thu, 2 Jul 2026 03:04:24 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=82?= =?UTF-8?q?=D1=83=D1=80=D1=8B=20=D0=B4=D0=BB=D1=8F=20=D1=85=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20targets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/mock_data/etc/xray-manager/config.json | 23 +++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/tests/mock_data/etc/xray-manager/config.json b/tests/mock_data/etc/xray-manager/config.json index 43afbe5..d911965 100644 --- a/tests/mock_data/etc/xray-manager/config.json +++ b/tests/mock_data/etc/xray-manager/config.json @@ -5,6 +5,27 @@ "host": "localhost.internal", "base_path": "tests/mock_data/var/lib/xray-manager/profiles", "file_name": "list.txt", - "folder_mapping": {} + "folder_mapping": { + "test": "OiVqwjq0V9kI", + "test2": "P8TC4FUicrvC" + } + }, + "target": { + "default": { + "route": "out-fr1", + "pretty_name": "🚩 Default" + }, + "fr1": { + "route": "out-fr1", + "pretty_name": "πŸ‡«πŸ‡· France #1" + }, + "us1": { + "route": "out-us1", + "pretty_name": "πŸ‡ΊπŸ‡Έ USA #1" + }, + "us2": { + "route": "out-us2", + "pretty_name": "πŸ‡ΊπŸ‡Έ USA #2" + } } }