hiddifypanel 10.16.0.dev1__py3-none-any.whl → 10.20.0__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 (38) hide show
  1. hiddifypanel/VERSION +1 -1
  2. hiddifypanel/VERSION.py +2 -2
  3. hiddifypanel/cache.py +2 -2
  4. hiddifypanel/database.py +13 -6
  5. hiddifypanel/hutils/flask.py +5 -3
  6. hiddifypanel/hutils/importer/xui.py +2 -3
  7. hiddifypanel/hutils/proxy/shared.py +9 -4
  8. hiddifypanel/hutils/proxy/xrayjson.py +11 -3
  9. hiddifypanel/models/admin.py +3 -2
  10. hiddifypanel/models/base_account.py +2 -1
  11. hiddifypanel/models/child.py +4 -3
  12. hiddifypanel/models/config.py +3 -2
  13. hiddifypanel/models/config_enum.py +4 -4
  14. hiddifypanel/models/domain.py +2 -1
  15. hiddifypanel/models/proxy.py +2 -1
  16. hiddifypanel/models/report.py +3 -2
  17. hiddifypanel/models/usage.py +2 -1
  18. hiddifypanel/models/user.py +3 -2
  19. hiddifypanel/panel/admin/SettingAdmin.py +9 -5
  20. hiddifypanel/panel/commercial/ProxyDetailsAdmin.py +2 -7
  21. hiddifypanel/panel/commercial/restapi/v2/user/configs_api.py +14 -7
  22. hiddifypanel/panel/init_db.py +14 -7
  23. hiddifypanel/panel/user/user.py +3 -1
  24. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  25. hiddifypanel/translations/en/LC_MESSAGES/messages.po +29 -21
  26. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  27. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +31 -26
  28. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  29. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  30. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  31. hiddifypanel/translations.i18n/en.json +18 -18
  32. hiddifypanel/translations.i18n/fa.json +18 -18
  33. {hiddifypanel-10.16.0.dev1.dist-info → hiddifypanel-10.20.0.dist-info}/METADATA +2 -2
  34. {hiddifypanel-10.16.0.dev1.dist-info → hiddifypanel-10.20.0.dist-info}/RECORD +38 -38
  35. {hiddifypanel-10.16.0.dev1.dist-info → hiddifypanel-10.20.0.dist-info}/LICENSE.md +0 -0
  36. {hiddifypanel-10.16.0.dev1.dist-info → hiddifypanel-10.20.0.dist-info}/WHEEL +0 -0
  37. {hiddifypanel-10.16.0.dev1.dist-info → hiddifypanel-10.20.0.dist-info}/entry_points.txt +0 -0
  38. {hiddifypanel-10.16.0.dev1.dist-info → hiddifypanel-10.20.0.dist-info}/top_level.txt +0 -0
@@ -1394,10 +1394,10 @@ msgid "config.grpc_enable.label"
1394
1394
  msgstr "➿ Enable gRPC"
1395
1395
 
1396
1396
  msgid "config.h2_enable.description"
1397
- msgstr "config.h2_enable.description"
1397
+ msgstr "Enable HTTP/2 Protocol"
1398
1398
 
1399
1399
  msgid "config.h2_enable.label"
1400
- msgstr "config.h2_enable.label"
1400
+ msgstr "Enable h2"
1401
1401
 
1402
1402
  msgid "config.hidden.description"
1403
1403
  msgstr "config.hidden.description"
@@ -1429,9 +1429,8 @@ msgstr "☑️ Allow HTTP Connection"
1429
1429
 
1430
1430
  msgid "config.httpupgrade_enable.description"
1431
1431
  msgstr ""
1432
- "HTTPUpgrade complete a HTTP 1.1 Upgrade request and response before using the connection directly. It is similar to WebSocket in the way it create an direction channel that can be forwarded by many reverse proxies and CDNs, without the need to deal with all the issue around WebSocket Protocol itself.\n"
1433
- "\n"
1434
- "⚠️ Not Available in Xray based Clients. Only HiddifyNext, Singbox, and V2fly clients are supported. <p><a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/Basic-Concepts/#http-upgrade\" target=\"_blank\"><strong>(Read More)</strong></a></p>"
1432
+ "<p>HTTPUpgrade complete a HTTP 1.1 Upgrade request and response before using the connection directly. It is similar to WebSocket in the way it create an direction channel that can be forwarded by many reverse proxies and CDNs, without the need to deal with all the issue around WebSocket Protocol itself.<br />\n"
1433
+ "⚠️ <strong>Not Available in Xray based Clients. Only HiddifyNext, Singbox, and V2fly clients are supported.</strong>&nbsp;<a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/Basic-Concepts/#http-upgrade\" target=\"_blank\"><strong>(Read More)</strong></a></p>"
1435
1434
 
1436
1435
  msgid "config.httpupgrade_enable.label"
1437
1436
  msgstr "🆙 Enable HTTPUpgrade Method"
@@ -1553,8 +1552,10 @@ msgstr "⬆️ MUX Brutal Upload (mbps)"
1553
1552
 
1554
1553
  msgid "config.mux_enable.description"
1555
1554
  msgstr ""
1556
- "Mux needs compatible clients. Mux in Hiddify Next and Singbox are not "
1557
- "compatible with XRay"
1555
+ "<p>Mux needs compatible clients. Mux in Hiddify Next and Singbox are not "
1556
+ "compatible with XRay.&nbsp;<a href=\"https://hiddify.com/manager/basic-"
1557
+ "concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" "
1558
+ "target=\"_blank\">(Read More)</a></p>"
1558
1559
 
1559
1560
  msgid "config.mux_enable.label"
1560
1561
  msgstr "Ⓜ️ MUX Enable (⚠️ Incompatible With Some Clients)"
@@ -1729,10 +1730,10 @@ msgid "config.proxy_path_client.label"
1729
1730
  msgstr "🔏 Proxy Path for Clients"
1730
1731
 
1731
1732
  msgid "config.quic_enable.description"
1732
- msgstr "config.quic_enable.description"
1733
+ msgstr "Enable QUIC Protocol"
1733
1734
 
1734
1735
  msgid "config.quic_enable.label"
1735
- msgstr "config.quic_enable.label"
1736
+ msgstr "Enable QUIC"
1736
1737
 
1737
1738
  msgid "config.reality.description"
1738
1739
  msgstr "REALITY eliminate the Server-Side TLS Fingerprint Feature"
@@ -1741,10 +1742,10 @@ msgid "config.reality.label"
1741
1742
  msgstr "Reality"
1742
1743
 
1743
1744
  msgid "config.reality_enable.description"
1744
- msgstr "config.reality_enable.description"
1745
+ msgstr "Enable Reality Protocol"
1745
1746
 
1746
1747
  msgid "config.reality_enable.label"
1747
- msgstr "config.reality_enable.label"
1748
+ msgstr "Enable Reality"
1748
1749
 
1749
1750
  msgid "config.reality_fallback_domain.description"
1750
1751
  msgstr ""
@@ -1959,10 +1960,10 @@ msgid "config.ssr_fakedomain.label"
1959
1960
  msgstr "SSR FakeDomain"
1960
1961
 
1961
1962
  msgid "config.tcp_enable.description"
1962
- msgstr "config.tcp_enable.description"
1963
+ msgstr "Enable TCP Protocol"
1963
1964
 
1964
1965
  msgid "config.tcp_enable.label"
1965
- msgstr "config.tcp_enable.label"
1966
+ msgstr "Enable TCP"
1966
1967
 
1967
1968
  msgid "config.telegram.description"
1968
1969
  msgstr "A proxy designed for Telegram to bypass Telegram filtering"
@@ -2021,7 +2022,10 @@ msgid "config.tls.label"
2021
2022
  msgstr "TLS Configuration"
2022
2023
 
2023
2024
  msgid "config.tls_fragment_enable.description"
2024
- msgstr "Under some circumstances, it can bypass the SNI blacklist system"
2025
+ msgstr ""
2026
+ "<p>Under some circumstances, it can bypass the SNI blacklist system. <a "
2027
+ "href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-"
2028
+ "the-TLS-Trick-works-and-its-usage/\" target=\"_blank\">(Read More)</a></p>"
2025
2029
 
2026
2030
  msgid "config.tls_fragment_enable.label"
2027
2031
  msgstr "⏯ Enable TLS Fragment"
@@ -2045,7 +2049,11 @@ msgid "config.tls_mixed_case.label"
2045
2049
  msgstr "🔠 Enable TLS Mixed SNI Case"
2046
2050
 
2047
2051
  msgid "config.tls_padding_enable.description"
2048
- msgstr "Enables Padding for TLS Fragmentation"
2052
+ msgstr ""
2053
+ "<p>Enables Padding for TLS Fragmentation. <a "
2054
+ "href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-"
2055
+ "the-TLS-Trick-works-and-its-usage/#tls-padding\" target=\"_blank\">(Read "
2056
+ "More)</a></p>"
2049
2057
 
2050
2058
  msgid "config.tls_padding_enable.label"
2051
2059
  msgstr "♒️ Enable TLS Padding"
@@ -2085,10 +2093,10 @@ msgid "config.torrent_block.label"
2085
2093
  msgstr "Torrent Block Configuration"
2086
2094
 
2087
2095
  msgid "config.trojan_enable.description"
2088
- msgstr "config.trojan_enable.description"
2096
+ msgstr "Enable Trojan Protocol"
2089
2097
 
2090
2098
  msgid "config.trojan_enable.label"
2091
- msgstr "config.trojan_enable.label"
2099
+ msgstr "Enable Trojan"
2092
2100
 
2093
2101
  msgid "config.tuic.description"
2094
2102
  msgstr ""
@@ -2143,10 +2151,10 @@ msgid "config.validation-success-no-reset"
2143
2151
  msgstr " ✅ Configs have been changed successfully"
2144
2152
 
2145
2153
  msgid "config.vless_enable.description"
2146
- msgstr "config.vless_enable.description"
2154
+ msgstr "Enable VLess Protocol"
2147
2155
 
2148
2156
  msgid "config.vless_enable.label"
2149
- msgstr "config.vless_enable.label"
2157
+ msgstr "Enable VLess"
2150
2158
 
2151
2159
  msgid "config.vmess_enable.description"
2152
2160
  msgstr "Active VMess Protocol"
@@ -2261,10 +2269,10 @@ msgid "config.ws_enable.label"
2261
2269
  msgstr "🔰 Enable Websocket"
2262
2270
 
2263
2271
  msgid "config.xtls_enable.description"
2264
- msgstr "config.xtls_enable.description"
2272
+ msgstr "Enable XTLS Protocol"
2265
2273
 
2266
2274
  msgid "config.xtls_enable.label"
2267
- msgstr "config.xtls_enable.label"
2275
+ msgstr "Enable XTLS"
2268
2276
 
2269
2277
  msgid "config.invalid uuid"
2270
2278
  msgstr ""
@@ -1379,10 +1379,10 @@ msgid "config.grpc_enable.label"
1379
1379
  msgstr "➿ gRPC را فعال کنید"
1380
1380
 
1381
1381
  msgid "config.h2_enable.description"
1382
- msgstr ""
1382
+ msgstr "فعال کردن پروتکل HTTP/2"
1383
1383
 
1384
1384
  msgid "config.h2_enable.label"
1385
- msgstr ""
1385
+ msgstr "فعال سازی h2"
1386
1386
 
1387
1387
  msgid "config.hidden.description"
1388
1388
  msgstr "-"
@@ -1414,14 +1414,8 @@ msgstr "☑️ اجازه اتصال HTTP"
1414
1414
 
1415
1415
  msgid "config.httpupgrade_enable.description"
1416
1416
  msgstr ""
1417
- "HTTPUpgrade یک درخواست ارتقاء HTTP ۱.۱ است و پاسخ را قبل از استفاده مستقیم "
1418
- "از اتصال تکمیل می کند. این شبیه به WebSocket است که یک کانال ایجاد می کند که"
1419
- " می تواند توسط بسیاری از پروکسی های معکوس و CDN ها ارسال شود، بدون اینکه "
1420
- "نیازی به رسیدگی به تمام مسائل پیرامون خود پروتکل WebSocket باشد. ⚠️ در نرم "
1421
- "افزارهای مبتنی بر XRay موجود نیست. فقط نرم افزارهای HiddifyNext، Singbox و "
1422
- "V۲fly پشتیبانی می شوند. <p><a href=\"https://hiddify.com/fa/manager/basic-"
1423
- "concepts-and-troubleshooting/Basic-Concepts/#http-upgarde\" "
1424
- "target=\"_blank\"><strong>(بیشتر بدانید)</strong></a></p>"
1417
+ "<p style=\"direction:rtl\">HTTPUpgrade یک درخواست ارتقاء HTTP ۱.۱ است و پاسخ را قبل از استفاده مستقیم از اتصال تکمیل می کند. این شبیه به WebSocket است که یک کانال ایجاد می کند که می تواند توسط بسیاری از پروکسی های معکوس و CDN ها ارسال شود، بدون اینکه نیازی به رسیدگی به تمام مسائل پیرامون خود پروتکل WebSocket باشد.<br />\n"
1418
+ "⚠️ <strong>در نرم افزارهای مبتنی بر XRay موجود نیست. فقط نرم افزارهای HiddifyNext، Singbox و V۲fly پشتیبانی می شوند.&nbsp;</strong><a href=\"https://hiddify.com/fa/manager/basic-concepts-and-troubleshooting/Basic-Concepts/#http-upgarde\" target=\"_blank\"><strong>(بیشتر بدانید)</strong></a></p>"
1425
1419
 
1426
1420
  msgid "config.httpupgrade_enable.label"
1427
1421
  msgstr "🆙 فعالسازی HTTPUpgrade"
@@ -1544,8 +1538,11 @@ msgstr "⬆️ آپلود (mbps) MUX Brutal"
1544
1538
 
1545
1539
  msgid "config.mux_enable.description"
1546
1540
  msgstr ""
1547
- "Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify Next و Singbox و XRay "
1548
- "سازگار نیستند"
1541
+ "<p style=\"direction:rtl\">Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify"
1542
+ " Next و Singbox و XRay سازگار نیستند.&nbsp;<a "
1543
+ "href=\"https://hiddify.com/fa/manager/basic-concepts-and-"
1544
+ "troubleshooting/How-MUX-works-and-its-usage/\" target=\"_blank\">(بیشتر "
1545
+ "بدانید)</a></p>"
1549
1546
 
1550
1547
  msgid "config.mux_enable.label"
1551
1548
  msgstr "Ⓜ️ فعال کردن MUX (⚠️ ناسازگار با برخی نرم افزارها)"
@@ -1725,10 +1722,10 @@ msgid "config.proxy_path_client.label"
1725
1722
  msgstr "مسیر پروکسی برای مشتریان"
1726
1723
 
1727
1724
  msgid "config.quic_enable.description"
1728
- msgstr ""
1725
+ msgstr "فعال کردن پروتکل QUIC"
1729
1726
 
1730
1727
  msgid "config.quic_enable.label"
1731
- msgstr ""
1728
+ msgstr "Enable QUIC Protocol"
1732
1729
 
1733
1730
  msgid "config.reality.description"
1734
1731
  msgstr "REALITY قابلیت اثر انگشت TLS سمت سرور را حذف می کند"
@@ -1737,10 +1734,10 @@ msgid "config.reality.label"
1737
1734
  msgstr "ریالیتی"
1738
1735
 
1739
1736
  msgid "config.reality_enable.description"
1740
- msgstr ""
1737
+ msgstr "فعال کردن پروتکل Reality"
1741
1738
 
1742
1739
  msgid "config.reality_enable.label"
1743
- msgstr ""
1740
+ msgstr "فعال سازی Reality"
1744
1741
 
1745
1742
  msgid "config.reality_fallback_domain.description"
1746
1743
  msgstr ""
@@ -1958,10 +1955,10 @@ msgid "config.ssr_fakedomain.label"
1958
1955
  msgstr "دامنه جعلی برای SSR"
1959
1956
 
1960
1957
  msgid "config.tcp_enable.description"
1961
- msgstr ""
1958
+ msgstr "فعال کردن پروتکل TCP"
1962
1959
 
1963
1960
  msgid "config.tcp_enable.label"
1964
- msgstr ""
1961
+ msgstr "فعال سازی TCP"
1965
1962
 
1966
1963
  msgid "config.telegram.description"
1967
1964
  msgstr ""
@@ -2021,7 +2018,11 @@ msgid "config.tls.label"
2021
2018
  msgstr "تنظیمات TLS"
2022
2019
 
2023
2020
  msgid "config.tls_fragment_enable.description"
2024
- msgstr "تحت برخی شرایط، می تواند سیستم لیست سیاه SNI را دور بزند"
2021
+ msgstr ""
2022
+ "<p style=\"direction:rtl\">تحت برخی شرایط، می تواند سیستم لیست سیاه SNI را "
2023
+ "دور بزند.&nbsp;<a href=\"https://hiddify.com/fa/manager/basic-concepts-and-"
2024
+ "troubleshooting/How-the-TLS-Trick-works-and-its-usage/\" "
2025
+ "target=\"_blank\">(بیشتر بدانید)</a></p>"
2025
2026
 
2026
2027
  msgid "config.tls_fragment_enable.label"
2027
2028
  msgstr "⏯ TLS Fragment را فعال کنید"
@@ -2045,7 +2046,11 @@ msgid "config.tls_mixed_case.label"
2045
2046
  msgstr "🔠 TLS Mixed SNI Case را فعال کنید"
2046
2047
 
2047
2048
  msgid "config.tls_padding_enable.description"
2048
- msgstr "Padding تکه تکه شدن TLS را فعال می کند"
2049
+ msgstr ""
2050
+ "<p style=\"direction:rtl\">Padding تکه تکه شدن TLS را فعال می کند.&nbsp;<a "
2051
+ "href=\"https://hiddify.com/fa/manager/basic-concepts-and-"
2052
+ "troubleshooting/How-the-TLS-Trick-works-and-its-usage/#tls-padding\" "
2053
+ "target=\"_blank\">(بیشتر بدانید)</a></p>"
2049
2054
 
2050
2055
  msgid "config.tls_padding_enable.label"
2051
2056
  msgstr "♒️ TLS Padding را فعال کنید"
@@ -2084,10 +2089,10 @@ msgid "config.torrent_block.label"
2084
2089
  msgstr "تنظیمات Torrent Block"
2085
2090
 
2086
2091
  msgid "config.trojan_enable.description"
2087
- msgstr ""
2092
+ msgstr "فعال کردن پروتکل Trojan"
2088
2093
 
2089
2094
  msgid "config.trojan_enable.label"
2090
- msgstr ""
2095
+ msgstr "فعال سازی Trojan"
2091
2096
 
2092
2097
  msgid "config.tuic.description"
2093
2098
  msgstr ""
@@ -2141,10 +2146,10 @@ msgid "config.validation-success-no-reset"
2141
2146
  msgstr " ✅ تنظیمات با موفقیت تغییر کرد"
2142
2147
 
2143
2148
  msgid "config.vless_enable.description"
2144
- msgstr ""
2149
+ msgstr "فعال کردن پروتکل VLess"
2145
2150
 
2146
2151
  msgid "config.vless_enable.label"
2147
- msgstr ""
2152
+ msgstr "فعال سازی VLess"
2148
2153
 
2149
2154
  msgid "config.vmess_enable.description"
2150
2155
  msgstr "فعال کردن پروتکل VMess"
@@ -2260,10 +2265,10 @@ msgid "config.ws_enable.label"
2260
2265
  msgstr "🔰 Websocket را فعال کنید"
2261
2266
 
2262
2267
  msgid "config.xtls_enable.description"
2263
- msgstr ""
2268
+ msgstr "فعال کردن پروتکل XTLS"
2264
2269
 
2265
2270
  msgid "config.xtls_enable.label"
2266
- msgstr ""
2271
+ msgstr "فعال سازی XTLS"
2267
2272
 
2268
2273
  msgid "config.invalid uuid"
2269
2274
  msgstr ""
@@ -463,8 +463,8 @@
463
463
  "label": "➿ Enable gRPC"
464
464
  },
465
465
  "h2_enable": {
466
- "description": "config.h2_enable.description",
467
- "label": "config.h2_enable.label"
466
+ "description": "Enable HTTP/2 Protocol",
467
+ "label": "Enable h2"
468
468
  },
469
469
  "hidden": {
470
470
  "description": "config.hidden.description",
@@ -483,7 +483,7 @@
483
483
  "label": "☑️ Allow HTTP Connection"
484
484
  },
485
485
  "httpupgrade_enable": {
486
- "description": "HTTPUpgrade complete a HTTP 1.1 Upgrade request and response before using the connection directly. It is similar to WebSocket in the way it create an direction channel that can be forwarded by many reverse proxies and CDNs, without the need to deal with all the issue around WebSocket Protocol itself.\n\n⚠️ Not Available in Xray based Clients. Only HiddifyNext, Singbox, and V2fly clients are supported. <p><a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/Basic-Concepts/#http-upgrade\" target=\"_blank\"><strong>(Read More)</strong></a></p>",
486
+ "description": "<p>HTTPUpgrade complete a HTTP 1.1 Upgrade request and response before using the connection directly. It is similar to WebSocket in the way it create an direction channel that can be forwarded by many reverse proxies and CDNs, without the need to deal with all the issue around WebSocket Protocol itself.<br />\n⚠️ <strong>Not Available in Xray based Clients. Only HiddifyNext, Singbox, and V2fly clients are supported.</strong>&nbsp;<a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/Basic-Concepts/#http-upgrade\" target=\"_blank\"><strong>(Read More)</strong></a></p>",
487
487
  "label": "🆙 Enable HTTPUpgrade Method"
488
488
  },
489
489
  "hysteria": {
@@ -560,7 +560,7 @@
560
560
  "label": "⬆️ MUX Brutal Upload (mbps)"
561
561
  },
562
562
  "mux_enable": {
563
- "description": "Mux needs compatible clients. Mux in Hiddify Next and Singbox are not compatible with XRay",
563
+ "description": "<p>Mux needs compatible clients. Mux in Hiddify Next and Singbox are not compatible with XRay.&nbsp;<a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" target=\"_blank\">(Read More)</a></p>",
564
564
  "label": "Ⓜ️ MUX Enable (⚠️ Incompatible With Some Clients)"
565
565
  },
566
566
  "mux_max_connections": {
@@ -668,16 +668,16 @@
668
668
  "label": "🔏 Proxy Path for Clients"
669
669
  },
670
670
  "quic_enable": {
671
- "description": "config.quic_enable.description",
672
- "label": "config.quic_enable.label"
671
+ "description": "Enable QUIC Protocol",
672
+ "label": "Enable QUIC"
673
673
  },
674
674
  "reality": {
675
675
  "description": "REALITY eliminate the Server-Side TLS Fingerprint Feature",
676
676
  "label": "Reality"
677
677
  },
678
678
  "reality_enable": {
679
- "description": "config.reality_enable.description",
680
- "label": "config.reality_enable.label"
679
+ "description": "Enable Reality Protocol",
680
+ "label": "Enable Reality"
681
681
  },
682
682
  "reality_fallback_domain": {
683
683
  "description": "When the GFW visit the Websites in Server names, it will be redirect to this Domain.",
@@ -796,8 +796,8 @@
796
796
  "label": "SSR FakeDomain"
797
797
  },
798
798
  "tcp_enable": {
799
- "description": "config.tcp_enable.description",
800
- "label": "config.tcp_enable.label"
799
+ "description": "Enable TCP Protocol",
800
+ "label": "Enable TCP"
801
801
  },
802
802
  "telegram": {
803
803
  "description": "A proxy designed for Telegram to bypass Telegram filtering",
@@ -828,7 +828,7 @@
828
828
  "label": "TLS Configuration"
829
829
  },
830
830
  "tls_fragment_enable": {
831
- "description": "Under some circumstances, it can bypass the SNI blacklist system",
831
+ "description": "<p>Under some circumstances, it can bypass the SNI blacklist system. <a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-the-TLS-Trick-works-and-its-usage/\" target=\"_blank\">(Read More)</a></p>",
832
832
  "label": "⏯ Enable TLS Fragment"
833
833
  },
834
834
  "tls_fragment_size": {
@@ -844,7 +844,7 @@
844
844
  "label": "🔠 Enable TLS Mixed SNI Case"
845
845
  },
846
846
  "tls_padding_enable": {
847
- "description": "Enables Padding for TLS Fragmentation",
847
+ "description": "<p>Enables Padding for TLS Fragmentation. <a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-the-TLS-Trick-works-and-its-usage/#tls-padding\" target=\"_blank\">(Read More)</a></p>",
848
848
  "label": "♒️ Enable TLS Padding"
849
849
  },
850
850
  "tls_padding_length": {
@@ -868,8 +868,8 @@
868
868
  "label": "Torrent Block Configuration"
869
869
  },
870
870
  "trojan_enable": {
871
- "description": "config.trojan_enable.description",
872
- "label": "config.trojan_enable.label"
871
+ "description": "Enable Trojan Protocol",
872
+ "label": "Enable Trojan"
873
873
  },
874
874
  "tuic": {
875
875
  "description": "Delicately-TUICed High-Performance proxy is on top of the QUIC protocol. \n\nTUIC's goal is to minimize the handshake latency as much as possible",
@@ -899,8 +899,8 @@
899
899
  "validation-success": "Configs have been changed successfully. Click %(link)s to apply the configs. It may take 2 minutes to apply",
900
900
  "validation-success-no-reset": " ✅ Configs have been changed successfully",
901
901
  "vless_enable": {
902
- "description": "config.vless_enable.description",
903
- "label": "config.vless_enable.label"
902
+ "description": "Enable VLess Protocol",
903
+ "label": "Enable VLess"
904
904
  },
905
905
  "vmess_enable": {
906
906
  "description": "Active VMess Protocol",
@@ -963,8 +963,8 @@
963
963
  "label": "🔰 Enable Websocket"
964
964
  },
965
965
  "xtls_enable": {
966
- "description": "config.xtls_enable.description",
967
- "label": "config.xtls_enable.label"
966
+ "description": "Enable XTLS Protocol",
967
+ "label": "Enable XTLS"
968
968
  }
969
969
  },
970
970
  "config.invalid uuid": "Invalid UUID secret. example: 6098ea35-8cb2-4a08-ba15-2be25bc49cb6\n\n",
@@ -463,8 +463,8 @@
463
463
  "label": "➿ gRPC را فعال کنید"
464
464
  },
465
465
  "h2_enable": {
466
- "description": "",
467
- "label": ""
466
+ "description": "فعال کردن پروتکل HTTP/2",
467
+ "label": "فعال سازی h2"
468
468
  },
469
469
  "hidden": {
470
470
  "description": "-",
@@ -483,7 +483,7 @@
483
483
  "label": "☑️ اجازه اتصال HTTP"
484
484
  },
485
485
  "httpupgrade_enable": {
486
- "description": "HTTPUpgrade یک درخواست ارتقاء HTTP ۱.۱ است و پاسخ را قبل از استفاده مستقیم از اتصال تکمیل می کند. این شبیه به WebSocket است که یک کانال ایجاد می کند که می تواند توسط بسیاری از پروکسی های معکوس و CDN ها ارسال شود، بدون اینکه نیازی به رسیدگی به تمام مسائل پیرامون خود پروتکل WebSocket باشد. ⚠️ در نرم افزارهای مبتنی بر XRay موجود نیست. فقط نرم افزارهای HiddifyNext، Singbox و V۲fly پشتیبانی می شوند. <p><a href=\"https://hiddify.com/fa/manager/basic-concepts-and-troubleshooting/Basic-Concepts/#http-upgarde\" target=\"_blank\"><strong>(بیشتر بدانید)</strong></a></p>",
486
+ "description": "<p style=\"direction:rtl\">HTTPUpgrade یک درخواست ارتقاء HTTP ۱.۱ است و پاسخ را قبل از استفاده مستقیم از اتصال تکمیل می کند. این شبیه به WebSocket است که یک کانال ایجاد می کند که می تواند توسط بسیاری از پروکسی های معکوس و CDN ها ارسال شود، بدون اینکه نیازی به رسیدگی به تمام مسائل پیرامون خود پروتکل WebSocket باشد.<br />\n⚠️ <strong>در نرم افزارهای مبتنی بر XRay موجود نیست. فقط نرم افزارهای HiddifyNext، Singbox و V۲fly پشتیبانی می شوند.&nbsp;</strong><a href=\"https://hiddify.com/fa/manager/basic-concepts-and-troubleshooting/Basic-Concepts/#http-upgarde\" target=\"_blank\"><strong>(بیشتر بدانید)</strong></a></p>",
487
487
  "label": "🆙 فعالسازی HTTPUpgrade"
488
488
  },
489
489
  "hysteria": {
@@ -560,7 +560,7 @@
560
560
  "label": "⬆️ آپلود (mbps) MUX Brutal"
561
561
  },
562
562
  "mux_enable": {
563
- "description": "Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify Next و Singbox و XRay سازگار نیستند",
563
+ "description": "<p style=\"direction:rtl\">Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify Next و Singbox و XRay سازگار نیستند.&nbsp;<a href=\"https://hiddify.com/fa/manager/basic-concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" target=\"_blank\">(بیشتر بدانید)</a></p>",
564
564
  "label": "Ⓜ️ فعال کردن MUX (⚠️ ناسازگار با برخی نرم افزارها)"
565
565
  },
566
566
  "mux_max_connections": {
@@ -668,16 +668,16 @@
668
668
  "label": "مسیر پروکسی برای مشتریان"
669
669
  },
670
670
  "quic_enable": {
671
- "description": "",
672
- "label": ""
671
+ "description": "فعال کردن پروتکل QUIC",
672
+ "label": "Enable QUIC Protocol"
673
673
  },
674
674
  "reality": {
675
675
  "description": "REALITY قابلیت اثر انگشت TLS سمت سرور را حذف می کند",
676
676
  "label": "ریالیتی"
677
677
  },
678
678
  "reality_enable": {
679
- "description": "",
680
- "label": ""
679
+ "description": "فعال کردن پروتکل Reality",
680
+ "label": "فعال سازی Reality"
681
681
  },
682
682
  "reality_fallback_domain": {
683
683
  "description": "هنگامی که GTW از وب‌ سایت‌ها در نام سرور بازدید می‌کند، به این دامنه هدایت می‌شود.",
@@ -796,8 +796,8 @@
796
796
  "label": "دامنه جعلی برای SSR"
797
797
  },
798
798
  "tcp_enable": {
799
- "description": "",
800
- "label": ""
799
+ "description": "فعال کردن پروتکل TCP",
800
+ "label": "فعال سازی TCP"
801
801
  },
802
802
  "telegram": {
803
803
  "description": "پروکسی تلگرام برای استفاده درون اپ تلگرام طراحی شده تا فیلترینگ تلگرام را دور بزند",
@@ -828,7 +828,7 @@
828
828
  "label": "تنظیمات TLS"
829
829
  },
830
830
  "tls_fragment_enable": {
831
- "description": "تحت برخی شرایط، می تواند سیستم لیست سیاه SNI را دور بزند",
831
+ "description": "<p style=\"direction:rtl\">تحت برخی شرایط، می تواند سیستم لیست سیاه SNI را دور بزند.&nbsp;<a href=\"https://hiddify.com/fa/manager/basic-concepts-and-troubleshooting/How-the-TLS-Trick-works-and-its-usage/\" target=\"_blank\">(بیشتر بدانید)</a></p>",
832
832
  "label": "⏯ TLS Fragment را فعال کنید"
833
833
  },
834
834
  "tls_fragment_size": {
@@ -844,7 +844,7 @@
844
844
  "label": "🔠 TLS Mixed SNI Case را فعال کنید"
845
845
  },
846
846
  "tls_padding_enable": {
847
- "description": "Padding تکه تکه شدن TLS را فعال می کند",
847
+ "description": "<p style=\"direction:rtl\">Padding تکه تکه شدن TLS را فعال می کند.&nbsp;<a href=\"https://hiddify.com/fa/manager/basic-concepts-and-troubleshooting/How-the-TLS-Trick-works-and-its-usage/#tls-padding\" target=\"_blank\">(بیشتر بدانید)</a></p>",
848
848
  "label": "♒️ TLS Padding را فعال کنید"
849
849
  },
850
850
  "tls_padding_length": {
@@ -868,8 +868,8 @@
868
868
  "label": "تنظیمات Torrent Block"
869
869
  },
870
870
  "trojan_enable": {
871
- "description": "",
872
- "label": ""
871
+ "description": "فعال کردن پروتکل Trojan",
872
+ "label": "فعال سازی Trojan"
873
873
  },
874
874
  "tuic": {
875
875
  "description": "پروکسی Delicately-TUICed با کارایی بالا روی پروتکل QUIC است. \nهدف TUIC این است که تأخیر handshake را تا حد امکان به حداقل برساند.",
@@ -899,8 +899,8 @@
899
899
  "validation-success": "تنظیمات با موفقیت ذخیره شدند. لطفا بر روی این لینک: %(link)s کلیک کنید تا بر روی سیستم اعمال شوند. این کار ممکن است 2 دقیقه طول بکشد",
900
900
  "validation-success-no-reset": " ✅ تنظیمات با موفقیت تغییر کرد",
901
901
  "vless_enable": {
902
- "description": "",
903
- "label": ""
902
+ "description": "فعال کردن پروتکل VLess",
903
+ "label": "فعال سازی VLess"
904
904
  },
905
905
  "vmess_enable": {
906
906
  "description": "فعال کردن پروتکل VMess",
@@ -963,8 +963,8 @@
963
963
  "label": "🔰 Websocket را فعال کنید"
964
964
  },
965
965
  "xtls_enable": {
966
- "description": "",
967
- "label": ""
966
+ "description": "فعال کردن پروتکل XTLS",
967
+ "label": "فعال سازی XTLS"
968
968
  }
969
969
  },
970
970
  "config.invalid uuid": "رمز UUID نامعتبر است. به عنوان مثال: 6098ea35-8cb2-4a08-ba15-2be25bc49cb6",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hiddifypanel
3
- Version: 10.16.0.dev1
3
+ Version: 10.20.0
4
4
  Summary: hiddifypanel multi proxy panel
5
5
  Home-page: https://github.com/hiddify/hiddify-manager/
6
6
  Author: hiddify
@@ -24,7 +24,7 @@ Requires-Dist: MarkupSafe ==2.1.5
24
24
  Requires-Dist: PyMySQL ==1.1.0
25
25
  Requires-Dist: PyYAML ==6.0.1
26
26
  Requires-Dist: SQLAlchemy-Utils ==0.41.2
27
- Requires-Dist: SQLAlchemy-serializer ==1.4.6
27
+ Requires-Dist: SQLAlchemy-serializer ==1.4.12
28
28
  Requires-Dist: SQLAlchemy ==2.0.29
29
29
  Requires-Dist: StrEnum ==0.4.15
30
30
  Requires-Dist: WTForms ==3.1.2