hiddifypanel 10.85.0b20__py3-none-any.whl → 10.86.0b1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. hiddifypanel/VERSION +1 -1
  2. hiddifypanel/VERSION.py +2 -2
  3. hiddifypanel/hutils/network/auto_ip_selector.py +19 -10
  4. hiddifypanel/hutils/network/net.py +25 -5
  5. hiddifypanel/hutils/proxy/clash.py +1 -1
  6. hiddifypanel/hutils/proxy/shared.py +118 -56
  7. hiddifypanel/hutils/proxy/xray.py +55 -40
  8. hiddifypanel/hutils/proxy/xrayjson.py +48 -28
  9. hiddifypanel/models/config.py +1 -1
  10. hiddifypanel/models/config_enum.py +4 -0
  11. hiddifypanel/models/domain.py +33 -8
  12. hiddifypanel/models/proxy.py +6 -2
  13. hiddifypanel/panel/admin/DomainAdmin.py +22 -25
  14. hiddifypanel/panel/commercial/ProxyDetailsAdmin.py +13 -4
  15. hiddifypanel/panel/commercial/restapi/v2/user/configs_api.py +1 -1
  16. hiddifypanel/panel/custom_widgets.py +45 -0
  17. hiddifypanel/panel/init_db.py +102 -184
  18. hiddifypanel/panel/user/user.py +12 -12
  19. hiddifypanel/static/js/custom-rtl.js +1 -1
  20. hiddifypanel/templates/fake.html +11 -2
  21. hiddifypanel/templates/flaskadmin-layout.html +11 -9
  22. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  23. hiddifypanel/translations/en/LC_MESSAGES/messages.po +33 -0
  24. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  25. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +33 -0
  26. hiddifypanel/translations/my/LC_MESSAGES/messages.mo +0 -0
  27. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  28. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +33 -0
  29. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  30. hiddifypanel/translations/ru/LC_MESSAGES/messages.po +33 -0
  31. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  32. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +33 -0
  33. hiddifypanel/translations.i18n/en.json +19 -0
  34. hiddifypanel/translations.i18n/fa.json +19 -0
  35. hiddifypanel/translations.i18n/pt.json +19 -0
  36. hiddifypanel/translations.i18n/ru.json +19 -0
  37. hiddifypanel/translations.i18n/zh.json +19 -0
  38. {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/METADATA +1 -1
  39. {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/RECORD +43 -43
  40. {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/WHEEL +0 -0
  41. {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/entry_points.txt +0 -0
  42. {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/licenses/LICENSE.md +0 -0
  43. {hiddifypanel-10.85.0b20.dist-info → hiddifypanel-10.86.0b1.dist-info}/top_level.txt +0 -0
@@ -294,6 +294,9 @@ msgstr "Donation"
294
294
  msgid "Download App"
295
295
  msgstr "<i class='fa-solid fa-download'></i> Download App"
296
296
 
297
+ msgid "Download Domain"
298
+ msgstr "Download Domain"
299
+
297
300
  msgid "Edit"
298
301
  msgstr "Edit"
299
302
 
@@ -1337,6 +1340,12 @@ msgstr ""
1337
1340
  msgid "config.decoy_domain.label"
1338
1341
  msgstr "📺 Decoy Site"
1339
1342
 
1343
+ msgid "config.default_useragent_string.description"
1344
+ msgstr "config.default_useragent_string.description"
1345
+
1346
+ msgid "config.default_useragent_string.label"
1347
+ msgstr "config.default_useragent_string.label"
1348
+
1340
1349
  msgid "config.dns_server.description"
1341
1350
  msgstr ""
1342
1351
  "✳️ Default 1.1.1.1 <br>\n"
@@ -1918,6 +1927,12 @@ msgstr ""
1918
1927
  msgid "config.show_usage_in_sublink.label"
1919
1928
  msgstr "👁️‍🗨️ Show Usage in Sublink"
1920
1929
 
1930
+ msgid "config.special_port.description"
1931
+ msgstr "config.special_port.description"
1932
+
1933
+ msgid "config.special_port.label"
1934
+ msgstr "config.special_port.label"
1935
+
1921
1936
  msgid "config.speed_test.description"
1922
1937
  msgstr ""
1923
1938
  "Allow your users to do Speed Test. It helps them to identify the link "
@@ -2268,6 +2283,12 @@ msgstr "config.unique_id.description"
2268
2283
  msgid "config.unique_id.label"
2269
2284
  msgstr "config.unique_id.label"
2270
2285
 
2286
+ msgid "config.use_ip_in_config.description"
2287
+ msgstr "config.use_ip_in_config.description"
2288
+
2289
+ msgid "config.use_ip_in_config.label"
2290
+ msgstr "config.use_ip_in_config.label"
2291
+
2271
2292
  msgid "config.utls.description"
2272
2293
  msgstr ""
2273
2294
  "This Option Will Simulate Different Browsers, Therefore, GFW Can Not Detect "
@@ -2499,6 +2520,9 @@ msgstr ""
2499
2520
  msgid "download"
2500
2521
  msgstr "Direct Download"
2501
2522
 
2523
+ msgid "download_domain.description"
2524
+ msgstr "download_domain.description"
2525
+
2502
2526
  msgid "fake"
2503
2527
  msgstr "🆎 Fake Site"
2504
2528
 
@@ -2670,6 +2694,15 @@ msgstr ""
2670
2694
  msgid "singbox: ssh"
2671
2695
  msgstr "SingBox: SSH"
2672
2696
 
2697
+ msgid "special_reality_grpc"
2698
+ msgstr "Reality gRPC"
2699
+
2700
+ msgid "special_reality_tcp"
2701
+ msgstr "Reality TCP"
2702
+
2703
+ msgid "special_reality_xhttp"
2704
+ msgstr "Reality xHTTP"
2705
+
2673
2706
  msgid "ssh"
2674
2707
  msgstr "SSH"
2675
2708
 
@@ -282,6 +282,9 @@ msgstr "حمایت"
282
282
  msgid "Download App"
283
283
  msgstr "<i class='fa-solid fa-download'></i> دانلود"
284
284
 
285
+ msgid "Download Domain"
286
+ msgstr ""
287
+
285
288
  msgid "Edit"
286
289
  msgstr "ویرایش"
287
290
 
@@ -1321,6 +1324,12 @@ msgstr ""
1321
1324
  msgid "config.decoy_domain.label"
1322
1325
  msgstr "📺 آدرس سایت جعلی"
1323
1326
 
1327
+ msgid "config.default_useragent_string.description"
1328
+ msgstr ""
1329
+
1330
+ msgid "config.default_useragent_string.label"
1331
+ msgstr ""
1332
+
1324
1333
  msgid "config.dns_server.description"
1325
1334
  msgstr ""
1326
1335
  "✳️ پیش فرض 1.1.1.1 <br>\n"
@@ -1907,6 +1916,12 @@ msgstr ""
1907
1916
  msgid "config.show_usage_in_sublink.label"
1908
1917
  msgstr "👁️‍🗨️ نمایش حجم و تاریخ انقضا در کانفیگ ها"
1909
1918
 
1919
+ msgid "config.special_port.description"
1920
+ msgstr ""
1921
+
1922
+ msgid "config.special_port.label"
1923
+ msgstr ""
1924
+
1910
1925
  msgid "config.speed_test.description"
1911
1926
  msgstr ""
1912
1927
  "با فعالسازی این گزینه به کاربران اجازه تست سرعت می‌دهید. این کار به آن‌ها "
@@ -2254,6 +2269,12 @@ msgstr "config.unique_id.description"
2254
2269
  msgid "config.unique_id.label"
2255
2270
  msgstr "config.unique_id.label"
2256
2271
 
2272
+ msgid "config.use_ip_in_config.description"
2273
+ msgstr ""
2274
+
2275
+ msgid "config.use_ip_in_config.label"
2276
+ msgstr ""
2277
+
2257
2278
  msgid "config.utls.description"
2258
2279
  msgstr ""
2259
2280
  "این گزینه مرورگرهای معروف را شبیه سازی میکند تا فیلترچی نتواند شما رو "
@@ -2485,6 +2506,9 @@ msgstr ""
2485
2506
  msgid "download"
2486
2507
  msgstr "دانلود مستقیم"
2487
2508
 
2509
+ msgid "download_domain.description"
2510
+ msgstr ""
2511
+
2488
2512
  msgid "fake"
2489
2513
  msgstr "🆎 گمراه کننده (Fake)"
2490
2514
 
@@ -2655,6 +2679,15 @@ msgstr ""
2655
2679
  msgid "singbox: ssh"
2656
2680
  msgstr "SingBox: SSH"
2657
2681
 
2682
+ msgid "special_reality_grpc"
2683
+ msgstr ""
2684
+
2685
+ msgid "special_reality_tcp"
2686
+ msgstr ""
2687
+
2688
+ msgid "special_reality_xhttp"
2689
+ msgstr ""
2690
+
2658
2691
  msgid "ssh"
2659
2692
  msgstr "SSH"
2660
2693
 
@@ -254,6 +254,9 @@ msgstr "Doação"
254
254
  msgid "Download App"
255
255
  msgstr "<i class='fa-solid fa-download'></i> Baixar aplicativo"
256
256
 
257
+ msgid "Download Domain"
258
+ msgstr ""
259
+
257
260
  msgid "Edit"
258
261
  msgstr "Editar"
259
262
 
@@ -1305,6 +1308,12 @@ msgstr ""
1305
1308
  msgid "config.decoy_domain.label"
1306
1309
  msgstr "🔀 Site Decoy"
1307
1310
 
1311
+ msgid "config.default_useragent_string.description"
1312
+ msgstr ""
1313
+
1314
+ msgid "config.default_useragent_string.label"
1315
+ msgstr ""
1316
+
1308
1317
  msgid "config.dns_server.description"
1309
1318
  msgstr ""
1310
1319
  "✳️ Padrão 1.1.1.1 <br>\n"
@@ -1884,6 +1893,12 @@ msgstr ""
1884
1893
  msgid "config.show_usage_in_sublink.label"
1885
1894
  msgstr "💬 Mostrar uso no sublink"
1886
1895
 
1896
+ msgid "config.special_port.description"
1897
+ msgstr ""
1898
+
1899
+ msgid "config.special_port.label"
1900
+ msgstr ""
1901
+
1887
1902
  msgid "config.speed_test.description"
1888
1903
  msgstr ""
1889
1904
  "Permita que seus usuários façam o teste de velocidade. Isso os ajuda a "
@@ -2226,6 +2241,12 @@ msgstr "config.unique_id.description"
2226
2241
  msgid "config.unique_id.label"
2227
2242
  msgstr "config.unique_id.label"
2228
2243
 
2244
+ msgid "config.use_ip_in_config.description"
2245
+ msgstr ""
2246
+
2247
+ msgid "config.use_ip_in_config.label"
2248
+ msgstr ""
2249
+
2229
2250
  msgid "config.utls.description"
2230
2251
  msgstr ""
2231
2252
  "Esta opção irá simular diferentes navegadores, portanto, GFW não pode "
@@ -2463,6 +2484,9 @@ msgstr ""
2463
2484
  msgid "download"
2464
2485
  msgstr "Download direto"
2465
2486
 
2487
+ msgid "download_domain.description"
2488
+ msgstr ""
2489
+
2466
2490
  msgid "fake"
2467
2491
  msgstr "🆎 Site falso"
2468
2492
 
@@ -2633,6 +2657,15 @@ msgstr ""
2633
2657
  msgid "singbox: ssh"
2634
2658
  msgstr "caixa de som: ssh"
2635
2659
 
2660
+ msgid "special_reality_grpc"
2661
+ msgstr ""
2662
+
2663
+ msgid "special_reality_tcp"
2664
+ msgstr ""
2665
+
2666
+ msgid "special_reality_xhttp"
2667
+ msgstr ""
2668
+
2636
2669
  msgid "ssh"
2637
2670
  msgstr "SSH"
2638
2671
 
@@ -292,6 +292,9 @@ msgstr "Пожертвование"
292
292
  msgid "Download App"
293
293
  msgstr "<i class='fa-solid fa-download'></i> Загрузить приложение"
294
294
 
295
+ msgid "Download Domain"
296
+ msgstr ""
297
+
295
298
  msgid "Edit"
296
299
  msgstr "Изменить"
297
300
 
@@ -1348,6 +1351,12 @@ msgstr ""
1348
1351
  msgid "config.decoy_domain.label"
1349
1352
  msgstr "📺 Сайт-приманка"
1350
1353
 
1354
+ msgid "config.default_useragent_string.description"
1355
+ msgstr ""
1356
+
1357
+ msgid "config.default_useragent_string.label"
1358
+ msgstr ""
1359
+
1351
1360
  msgid "config.dns_server.description"
1352
1361
  msgstr ""
1353
1362
  "✳️ По умолчанию 1.1.1.1 <br>\n"
@@ -1935,6 +1944,12 @@ msgstr ""
1935
1944
  msgid "config.show_usage_in_sublink.label"
1936
1945
  msgstr "👁️‍🗨️ Показать использование в доп.ссылке"
1937
1946
 
1947
+ msgid "config.special_port.description"
1948
+ msgstr ""
1949
+
1950
+ msgid "config.special_port.label"
1951
+ msgstr ""
1952
+
1938
1953
  msgid "config.speed_test.description"
1939
1954
  msgstr ""
1940
1955
  "Разрешите вашим пользователям выполнять тест скорости. Это помогает им "
@@ -2283,6 +2298,12 @@ msgstr "config.unique_id.description"
2283
2298
  msgid "config.unique_id.label"
2284
2299
  msgstr "config.unique_id.label"
2285
2300
 
2301
+ msgid "config.use_ip_in_config.description"
2302
+ msgstr ""
2303
+
2304
+ msgid "config.use_ip_in_config.label"
2305
+ msgstr ""
2306
+
2286
2307
  msgid "config.utls.description"
2287
2308
  msgstr ""
2288
2309
  "Эта опция будет имитировать разные браузеры, поэтому GFW не сможет "
@@ -2518,6 +2539,9 @@ msgstr ""
2518
2539
  msgid "download"
2519
2540
  msgstr "Direct Download"
2520
2541
 
2542
+ msgid "download_domain.description"
2543
+ msgstr ""
2544
+
2521
2545
  msgid "fake"
2522
2546
  msgstr "🆎 Поддельный сайт"
2523
2547
 
@@ -2693,6 +2717,15 @@ msgstr ""
2693
2717
  msgid "singbox: ssh"
2694
2718
  msgstr "SingBox: SSH"
2695
2719
 
2720
+ msgid "special_reality_grpc"
2721
+ msgstr ""
2722
+
2723
+ msgid "special_reality_tcp"
2724
+ msgstr ""
2725
+
2726
+ msgid "special_reality_xhttp"
2727
+ msgstr ""
2728
+
2696
2729
  msgid "ssh"
2697
2730
  msgstr "SSH"
2698
2731
 
@@ -285,6 +285,9 @@ msgstr "捐款"
285
285
  msgid "Download App"
286
286
  msgstr "下载应用程序"
287
287
 
288
+ msgid "Download Domain"
289
+ msgstr ""
290
+
288
291
  msgid "Edit"
289
292
  msgstr "编辑"
290
293
 
@@ -1283,6 +1286,12 @@ msgstr ""
1283
1286
  msgid "config.decoy_domain.label"
1284
1287
  msgstr "📺 诱饵网站"
1285
1288
 
1289
+ msgid "config.default_useragent_string.description"
1290
+ msgstr ""
1291
+
1292
+ msgid "config.default_useragent_string.label"
1293
+ msgstr ""
1294
+
1286
1295
  msgid "config.dns_server.description"
1287
1296
  msgstr ""
1288
1297
  "✳️默认1.1.1.1 <br>\n"
@@ -1810,6 +1819,12 @@ msgstr "此选项会在用户的子链接中创建一个假配置,显示用户
1810
1819
  msgid "config.show_usage_in_sublink.label"
1811
1820
  msgstr "👁️‍🗨️ 在子链接中显示用法"
1812
1821
 
1822
+ msgid "config.special_port.description"
1823
+ msgstr ""
1824
+
1825
+ msgid "config.special_port.label"
1826
+ msgstr ""
1827
+
1813
1828
  msgid "config.speed_test.description"
1814
1829
  msgstr "允许您的用户进行速度测试。它可以帮助他们识别链接质量"
1815
1830
 
@@ -2120,6 +2135,12 @@ msgstr "config.unique_id.description"
2120
2135
  msgid "config.unique_id.label"
2121
2136
  msgstr "config.unique_id.label"
2122
2137
 
2138
+ msgid "config.use_ip_in_config.description"
2139
+ msgstr ""
2140
+
2141
+ msgid "config.use_ip_in_config.label"
2142
+ msgstr ""
2143
+
2123
2144
  msgid "config.utls.description"
2124
2145
  msgstr "此选项将模拟不同的浏览器,因此 GFW 无法检测到您的浏览"
2125
2146
 
@@ -2330,6 +2351,9 @@ msgstr ""
2330
2351
  msgid "download"
2331
2352
  msgstr "直接下载"
2332
2353
 
2354
+ msgid "download_domain.description"
2355
+ msgstr ""
2356
+
2333
2357
  msgid "fake"
2334
2358
  msgstr "🆎 假网站"
2335
2359
 
@@ -2493,6 +2517,15 @@ msgstr ""
2493
2517
  msgid "singbox: ssh"
2494
2518
  msgstr "歌手盒:SSH"
2495
2519
 
2520
+ msgid "special_reality_grpc"
2521
+ msgstr ""
2522
+
2523
+ msgid "special_reality_tcp"
2524
+ msgstr ""
2525
+
2526
+ msgid "special_reality_xhttp"
2527
+ msgstr ""
2528
+
2496
2529
  msgid "ssh"
2497
2530
  msgstr "SSH"
2498
2531
 
@@ -68,6 +68,7 @@
68
68
  "title": "Donation"
69
69
  },
70
70
  "Download App": "<i class='fa-solid fa-download'></i> Download App",
71
+ "Download Domain": "Download Domain",
71
72
  "Edit": "Edit",
72
73
  "Edit Proxy Names": "✏️ Modifying Proxies",
73
74
  "Enable": "❇️ Enable",
@@ -458,6 +459,10 @@
458
459
  "description": "Fake Site: simulates a site when someone visits your domain directly.<br>\n⚠️ Do not use financial, Iranian and famous sites or sites with login such as Google, Yahoo, Wikipedia, PayPal.<br>\n⛔ Be sure to check the site and make sure that it is the right site, otherwise you may receive a phishing warning.<br>\n⛔⛔ Check this domain again so that there is no problem in the future",
459
460
  "label": "📺 Decoy Site"
460
461
  },
462
+ "default_useragent_string": {
463
+ "description": "config.default_useragent_string.description",
464
+ "label": "config.default_useragent_string.label"
465
+ },
461
466
  "dns_server": {
462
467
  "description": "✳️ Default 1.1.1.1 <br>\n🚧 Block Malware 1.1.1.2 <br>\n🔞 Block Porn 1.1.1.3\n",
463
468
  "label": "🖥 DNS Server"
@@ -800,6 +805,10 @@
800
805
  "description": "This option creates a Fake Config in the user's sub link that shows the user's remaining volume",
801
806
  "label": "👁️‍🗨️ Show Usage in Sublink"
802
807
  },
808
+ "special_port": {
809
+ "description": "config.special_port.description",
810
+ "label": "config.special_port.label"
811
+ },
803
812
  "speed_test": {
804
813
  "description": "Allow your users to do Speed Test. It helps them to identify the link quality",
805
814
  "label": "🚀 Speed Test"
@@ -1000,6 +1009,10 @@
1000
1009
  "description": "config.unique_id.description",
1001
1010
  "label": "config.unique_id.label"
1002
1011
  },
1012
+ "use_ip_in_config": {
1013
+ "description": "config.use_ip_in_config.description",
1014
+ "label": "config.use_ip_in_config.label"
1015
+ },
1003
1016
  "utls": {
1004
1017
  "description": "This Option Will Simulate Different Browsers, Therefore, GFW Can Not Detect Your Browsing",
1005
1018
  "label": "❇️ uTLS"
@@ -1111,6 +1124,9 @@
1111
1124
  "show_domains_description": "For users visit the user area with this domain, Specify they can see the proxies of which domains.\n<br>\nSuggestion: For a domain with an unfiltered IP and different from the others, select all other domains (except the current domain). As a result, since the use of this IP is not for proxy and it is a simple website, this domain and IP will never be blocked and your users can easily update new profiles."
1112
1125
  },
1113
1126
  "download": "Direct Download",
1127
+ "download_domain": {
1128
+ "description": "download_domain.description"
1129
+ },
1114
1130
  "fake": "🆎 Fake Site",
1115
1131
  "gRPC": "➿ gRPC",
1116
1132
  "grpc-proxy": {
@@ -1202,6 +1218,9 @@
1202
1218
  }
1203
1219
  },
1204
1220
  "singbox: ssh": "SingBox: SSH",
1221
+ "special_reality_grpc": "Reality gRPC",
1222
+ "special_reality_tcp": "Reality TCP",
1223
+ "special_reality_xhttp": "Reality xHTTP",
1205
1224
  "ssh": "SSH",
1206
1225
  "sub_link_only": "📳 Only for Subscription Link (can be Direct, Relay, or CDN)",
1207
1226
  "telegram": "Telegram",
@@ -68,6 +68,7 @@
68
68
  "title": "حمایت"
69
69
  },
70
70
  "Download App": "<i class='fa-solid fa-download'></i> دانلود",
71
+ "Download Domain": "",
71
72
  "Edit": "ویرایش",
72
73
  "Edit Proxy Names": "✏️ ویرایش پروکسی‌ها",
73
74
  "Enable": "❇️ فعال",
@@ -458,6 +459,10 @@
458
459
  "description": "زمانی که فیلترچی دامنه شما را در مرورگر وارد کند، تا ببیند واقعا چه سایتی هست، یک سایت جعلی را نمایش می‌دهد. <br>\n⚠️ از سایت های دارای صفحه لاگین، سایت های مالی، سایت های ایرانی و سایت های معروف مانند گوگل، یاهو، ویکی پدیا، پی پال استفاده نکنید.<br>\n⛔حتما سایت را چک کنید و مطمئن شوید که سایت مناسبی است وگرنه ممکن است اخطار فیشینگ دریافت کنید.<br>\n⛔⛔ مجددا چک کنید این دامنه را تا مشکلی در آینده پیش نیاد",
459
460
  "label": "📺 آدرس سایت جعلی"
460
461
  },
462
+ "default_useragent_string": {
463
+ "description": "",
464
+ "label": ""
465
+ },
461
466
  "dns_server": {
462
467
  "description": "✳️ پیش فرض 1.1.1.1 <br>\n🚧 مسدود کردن بدافزار 1.1.1.2 <br>\n🔞 مسدود کردن پورن 1.1.1.3",
463
468
  "label": "🖥 سرور DNS"
@@ -796,6 +801,10 @@
796
801
  "description": "این گزینه یک کانفیگ فیک در لینک ساب کاربر ایجاد میکند که حجم باقیمانده و تاریخ انقضا کاربر را نشان می‌دهد",
797
802
  "label": "👁️‍🗨️ نمایش حجم و تاریخ انقضا در کانفیگ ها"
798
803
  },
804
+ "special_port": {
805
+ "description": "",
806
+ "label": ""
807
+ },
799
808
  "speed_test": {
800
809
  "description": "با فعالسازی این گزینه به کاربران اجازه تست سرعت می‌دهید. این کار به آن‌ها کمک می‌کند تا کیفیت سرور و کانفیگ‌ها را بسنجند",
801
810
  "label": "🚀 تست سرعت"
@@ -992,6 +1001,10 @@
992
1001
  "description": "config.unique_id.description",
993
1002
  "label": "config.unique_id.label"
994
1003
  },
1004
+ "use_ip_in_config": {
1005
+ "description": "",
1006
+ "label": ""
1007
+ },
995
1008
  "utls": {
996
1009
  "description": "این گزینه مرورگرهای معروف را شبیه سازی میکند تا فیلترچی نتواند شما رو شناسایی کند",
997
1010
  "label": "❇️ uTLS"
@@ -1103,6 +1116,9 @@
1103
1116
  "show_domains_description": "مشخص کنید کاربرانی که با این دامنه، پنل کاربری را مشاهده می‌کنند، کانفیگ‌های مربوط به کدام دامنه‌ها را مشاهده کنند.\n<br>\nپیشنهاد: برای یک دامنه با IP فیلتر نشده و متفاوت با بقیه، همه دامنه های دیگر (به جز دامنه فعلی) را انتخاب کنید. در نتیجه از آنجایی که از این IP برای فیلترشکن استفاده نمی‌شود و یک وبسایت ساده است، این دامنه و آی پی هرگز مسدود نمی‌شود و کاربران شما به راحتی می توانند پروفایل های جدید را به روز کنند."
1104
1117
  },
1105
1118
  "download": "دانلود مستقیم",
1119
+ "download_domain": {
1120
+ "description": ""
1121
+ },
1106
1122
  "fake": "🆎 گمراه کننده (Fake)",
1107
1123
  "gRPC": "➿ gRPC",
1108
1124
  "grpc-proxy": {
@@ -1194,6 +1210,9 @@
1194
1210
  }
1195
1211
  },
1196
1212
  "singbox: ssh": "SingBox: SSH",
1213
+ "special_reality_grpc": "",
1214
+ "special_reality_tcp": "",
1215
+ "special_reality_xhttp": "",
1197
1216
  "ssh": "SSH",
1198
1217
  "sub_link_only": "📳 فقط برای لینک ساب (می تواند مستقیم، رله یا CDN باشد)",
1199
1218
  "telegram": "تلگرام",
@@ -68,6 +68,7 @@
68
68
  "title": "Doação"
69
69
  },
70
70
  "Download App": "<i class='fa-solid fa-download'></i> Baixar aplicativo",
71
+ "Download Domain": "",
71
72
  "Edit": "Editar",
72
73
  "Edit Proxy Names": "✏️ Modificando Proxies",
73
74
  "Enable": "❇️ Habilitar",
@@ -458,6 +459,10 @@
458
459
  "description": "Site falso: simula um site quando alguém visita seu domínio.\nPor favor, não use sites iranianos, sites populares bem conhecidos como: Google, Yahoo, Wikipedia, etc.",
459
460
  "label": "🔀 Site Decoy"
460
461
  },
462
+ "default_useragent_string": {
463
+ "description": "",
464
+ "label": ""
465
+ },
461
466
  "dns_server": {
462
467
  "description": "✳️ Padrão 1.1.1.1 <br>\n🚧 Bloquear Malware 1.1.1.2 <br>\n🔞 Bloquear pornografia 1.1.1.3",
463
468
  "label": "🖥 Servidor DNS"
@@ -796,6 +801,10 @@
796
801
  "description": "Esta opção cria uma configuração falsa no sublink do usuário que mostra o volume restante do usuário",
797
802
  "label": "💬 Mostrar uso no sublink"
798
803
  },
804
+ "special_port": {
805
+ "description": "",
806
+ "label": ""
807
+ },
799
808
  "speed_test": {
800
809
  "description": "Permita que seus usuários façam o teste de velocidade. Isso os ajuda a identificar a qualidade do link",
801
810
  "label": "🚀 Teste de velocidade"
@@ -992,6 +1001,10 @@
992
1001
  "description": "config.unique_id.description",
993
1002
  "label": "config.unique_id.label"
994
1003
  },
1004
+ "use_ip_in_config": {
1005
+ "description": "",
1006
+ "label": ""
1007
+ },
995
1008
  "utls": {
996
1009
  "description": "Esta opção irá simular diferentes navegadores, portanto, GFW não pode detectar sua navegação",
997
1010
  "label": "❇️ uTLS"
@@ -1103,6 +1116,9 @@
1103
1116
  "show_domains_description": "Para os usuários que visitam a área do usuário com este domínio, especifique que eles podem ver os proxies de quais domínios.\n<br>\nSugestão: Para um domínio com IP não filtrado e diferente dos demais, selecione todos os outros domínios (exceto o domínio atual). Como resultado, como o uso deste IP não é para proxy e é um site simples, este domínio e IP nunca serão bloqueados e seus usuários poderão facilmente atualizar novos perfis."
1104
1117
  },
1105
1118
  "download": "Download direto",
1119
+ "download_domain": {
1120
+ "description": ""
1121
+ },
1106
1122
  "fake": "🆎 Site falso",
1107
1123
  "gRPC": "➿ gRPC",
1108
1124
  "grpc-proxy": {
@@ -1194,6 +1210,9 @@
1194
1210
  }
1195
1211
  },
1196
1212
  "singbox: ssh": "caixa de som: ssh",
1213
+ "special_reality_grpc": "",
1214
+ "special_reality_tcp": "",
1215
+ "special_reality_xhttp": "",
1197
1216
  "ssh": "SSH",
1198
1217
  "sub_link_only": "📳 Somente para Link de Assinatura (pode ser direto, relé ou CDN)",
1199
1218
  "telegram": "Telegram",
@@ -68,6 +68,7 @@
68
68
  "title": "Пожертвование"
69
69
  },
70
70
  "Download App": "<i class='fa-solid fa-download'></i> Загрузить приложение",
71
+ "Download Domain": "",
71
72
  "Edit": "Изменить",
72
73
  "Edit Proxy Names": "✏️ Изменить прокси",
73
74
  "Enable": "❇️ Включить",
@@ -458,6 +459,10 @@
458
459
  "description": "Поддельный сайт: имитирует сайт, когда кто-то напрямую посещает ваш домен.<br>\n⚠️ Не используйте финансовые, иранские и известные сайты или сайты с авторизацией, такие как Google, Yahoo, Wikipedia, PayPal.<br>\n⛔ Обязательно проверьте сайт и убедитесь, что это правильный сайт, иначе вы можете получить предупреждение о фишинге.<br>\n⛔⛔ Проверьте этот домен еще раз, чтобы не было проблем в будущем",
459
460
  "label": "📺 Сайт-приманка"
460
461
  },
462
+ "default_useragent_string": {
463
+ "description": "",
464
+ "label": ""
465
+ },
461
466
  "dns_server": {
462
467
  "description": "✳️ По умолчанию 1.1.1.1 <br>\n🚧 Блокировать вредоносное ПО 1.1.1.2 <br>\n🔞 Блокировать порно 1.1.1.3",
463
468
  "label": "🖥 DNS-сервер"
@@ -796,6 +801,10 @@
796
801
  "description": "Этот параметр создает поддельную конфигурацию в дополнительной ссылке пользователя, которая показывает оставшийся объем трафика для пользователя.",
797
802
  "label": "👁️‍🗨️ Показать использование в доп.ссылке"
798
803
  },
804
+ "special_port": {
805
+ "description": "",
806
+ "label": ""
807
+ },
799
808
  "speed_test": {
800
809
  "description": "Разрешите вашим пользователям выполнять тест скорости. Это помогает им определить качество связи.",
801
810
  "label": "🚀 Тест скорости"
@@ -992,6 +1001,10 @@
992
1001
  "description": "config.unique_id.description",
993
1002
  "label": "config.unique_id.label"
994
1003
  },
1004
+ "use_ip_in_config": {
1005
+ "description": "",
1006
+ "label": ""
1007
+ },
995
1008
  "utls": {
996
1009
  "description": "Эта опция будет имитировать разные браузеры, поэтому GFW не сможет обнаружить ваш браузер",
997
1010
  "label": "❇️ uTLS"
@@ -1103,6 +1116,9 @@
1103
1116
  "show_domains_description": "Для посетителей пользовательской области с этим доменом, укажите, какие домены они могут видеть.\n<br>\nПредложение: Для домена с IP-адресом не попадащим под фильтры, отличного от других, выберите все остальные домены (кроме текущего). В результате, поскольку этот IP-адрес используется не для прокси-сервера, а для простого веб-сайта, этот домен и IP-адрес никогда не будут заблокированы, и ваши пользователи смогут легко обновлять свои профили."
1104
1117
  },
1105
1118
  "download": "Direct Download",
1119
+ "download_domain": {
1120
+ "description": ""
1121
+ },
1106
1122
  "fake": "🆎 Поддельный сайт",
1107
1123
  "gRPC": "➿ gRPC",
1108
1124
  "grpc-proxy": {
@@ -1194,6 +1210,9 @@
1194
1210
  }
1195
1211
  },
1196
1212
  "singbox: ssh": "SingBox: SSH",
1213
+ "special_reality_grpc": "",
1214
+ "special_reality_tcp": "",
1215
+ "special_reality_xhttp": "",
1197
1216
  "ssh": "SSH",
1198
1217
  "sub_link_only": "📳 Только для ссылки на подписку (может быть Direct, Relay или CDN)",
1199
1218
  "telegram": "Telegram",