hiddifypanel 10.80.0__py3-none-any.whl → 10.80.0.dev1__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 (69) hide show
  1. hiddifypanel/VERSION +1 -1
  2. hiddifypanel/VERSION.py +1 -1
  3. hiddifypanel/base.py +129 -43
  4. hiddifypanel/cache.py +1 -1
  5. hiddifypanel/database.py +0 -7
  6. hiddifypanel/hutils/flask.py +3 -3
  7. hiddifypanel/hutils/proxy/__init__.py +0 -1
  8. hiddifypanel/hutils/proxy/clash.py +2 -2
  9. hiddifypanel/hutils/proxy/shared.py +6 -6
  10. hiddifypanel/hutils/proxy/singbox.py +1 -1
  11. hiddifypanel/hutils/proxy/xray.py +2 -2
  12. hiddifypanel/hutils/proxy/xrayjson.py +7 -10
  13. hiddifypanel/models/config.py +1 -4
  14. hiddifypanel/models/config_enum.py +2 -2
  15. hiddifypanel/models/proxy.py +1 -1
  16. hiddifypanel/panel/__init__.py +8 -8
  17. hiddifypanel/panel/admin/AdminstratorAdmin.py +8 -7
  18. hiddifypanel/panel/admin/DomainAdmin.py +98 -132
  19. hiddifypanel/panel/admin/QuickSetup.py +8 -8
  20. hiddifypanel/panel/admin/UserAdmin.py +33 -58
  21. hiddifypanel/panel/admin/templates/index.html +4 -6
  22. hiddifypanel/panel/admin/templates/model/user_list.html +3 -11
  23. hiddifypanel/panel/cli.py +2 -11
  24. hiddifypanel/panel/commercial/restapi/v1/tgbot.py +1 -19
  25. hiddifypanel/panel/commercial/restapi/v2/admin/system_actions.py +1 -5
  26. hiddifypanel/panel/commercial/restapi/v2/admin/user_api.py +1 -2
  27. hiddifypanel/panel/common.py +1 -1
  28. hiddifypanel/panel/init_db.py +16 -19
  29. hiddifypanel/panel/usage.py +3 -13
  30. hiddifypanel/panel/user/user.py +18 -12
  31. hiddifypanel/templates/fake.html +320 -0
  32. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  33. hiddifypanel/translations/en/LC_MESSAGES/messages.po +13 -82
  34. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  35. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +12 -81
  36. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  37. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +4 -73
  38. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  39. hiddifypanel/translations/ru/LC_MESSAGES/messages.po +9 -79
  40. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  41. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +4 -73
  42. hiddifypanel/translations.i18n/en.json +7 -50
  43. hiddifypanel/translations.i18n/fa.json +6 -49
  44. hiddifypanel/translations.i18n/fr.json +2 -2
  45. hiddifypanel/translations.i18n/my.json +2 -2
  46. hiddifypanel/translations.i18n/pt.json +4 -47
  47. hiddifypanel/translations.i18n/ru.json +7 -50
  48. hiddifypanel/translations.i18n/zh.json +4 -47
  49. {hiddifypanel-10.80.0.dist-info → hiddifypanel-10.80.0.dev1.dist-info}/METADATA +6 -13
  50. {hiddifypanel-10.80.0.dist-info → hiddifypanel-10.80.0.dev1.dist-info}/RECORD +53 -69
  51. hiddifypanel/apps/__init__.py +0 -0
  52. hiddifypanel/apps/asgi_app.py +0 -7
  53. hiddifypanel/apps/celery_app.py +0 -3
  54. hiddifypanel/apps/wsgi_app.py +0 -5
  55. hiddifypanel/base_setup.py +0 -82
  56. hiddifypanel/celery.py +0 -45
  57. hiddifypanel/hutils/proxy/wireguard.py +0 -34
  58. hiddifypanel/panel/hlogger.py +0 -32
  59. hiddifypanel/panel/node/__init__.py +0 -9
  60. hiddifypanel/panel/node/a.py +0 -14
  61. hiddifypanel/panel/node/hello.py +0 -14
  62. hiddifypanel/panel/node/test.proto +0 -13
  63. hiddifypanel/panel/node/test_grpc.py +0 -40
  64. hiddifypanel/panel/node/test_pb2.py +0 -40
  65. hiddifypanel/panel/node/test_pb2.pyi +0 -17
  66. hiddifypanel/panel/node/test_pb2_grpc.py +0 -97
  67. {hiddifypanel-10.80.0.dist-info → hiddifypanel-10.80.0.dev1.dist-info}/LICENSE.md +0 -0
  68. {hiddifypanel-10.80.0.dist-info → hiddifypanel-10.80.0.dev1.dist-info}/WHEEL +0 -0
  69. {hiddifypanel-10.80.0.dist-info → hiddifypanel-10.80.0.dev1.dist-info}/entry_points.txt +0 -0
@@ -57,7 +57,6 @@
57
57
  "Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "Domain (%(domain)s)-> IP = %(domain_ip)s is not same as your IP = %(server_ip)s . this is required in Direct Mode",
58
58
  "Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode",
59
59
  "Domain can not be resolved! there is a problem in your domain": "Domain can not be resolved! There is a problem in your domain. Please check your Domain configurations.",
60
- "Domain cannot be resolved! Please check DNS settings": "Domain cannot be resolved! Please check DNS settings",
61
60
  "Domain is not REALITY friendly!": "Domain is Not REALITY Friendly!",
62
61
  "Domain?": "Domain?",
63
62
  "Donation": {
@@ -152,7 +151,6 @@
152
151
  "QRCode": "<i class='fa-solid fa-qrcode'></i> QRCode",
153
152
  "RAM": "RAM",
154
153
  "REALITY Fallback domain is not compaitble with server names!": "REALITY Fallback Domain is not compaitble with Server names!",
155
- "REALITY Fallback domain is not compatible with server names!": "REALITY Fallback domain is not compatible with server names!",
156
154
  "Release": "✅ Release",
157
155
  "Remaining about %(relative)s, exactly %(days)s days": "Remaining about %(relative)s, exactly %(days)s days",
158
156
  "Remote nodes are not supported yet!": "Remote nodes are not supported yet!",
@@ -188,7 +186,6 @@
188
186
  "Simplifies the process of employing the link elsewhere.": "Simplifies the process of employing the link elsewhere",
189
187
  "SingBox": "📦 SingBox",
190
188
  "Sort by %(name)s": "Sort by %(name)s",
191
- "Specifying CDN IP is only valid for CDN mode": "Specifying CDN IP is only valid for CDN mode",
192
189
  "Start Date": "Start Date",
193
190
  "Started %(days)s days ago": "Started %(days)s days ago",
194
191
  "Started from %(relative)s": "Started from %(relative)s",
@@ -500,7 +497,7 @@
500
497
  "label": "☑️ Allow HTTP Connection"
501
498
  },
502
499
  "httpupgrade_enable": {
503
- "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 <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p>, 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>",
500
+ "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 Hiddify, 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>",
504
501
  "label": "🆙 HTTPUpgrade Method"
505
502
  },
506
503
  "hysteria": {
@@ -582,7 +579,7 @@
582
579
  "label": "⬆️ MUX Brutal Upload (mbps)"
583
580
  },
584
581
  "mux_enable": {
585
- "description": "<p>Mux needs compatible clients. Mux in <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> 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>",
582
+ "description": "<p>Mux needs compatible clients. Mux in Hiddify 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>",
586
583
  "label": "Ⓜ️ MUX (⚠️ Incompatible With Some Clients)"
587
584
  },
588
585
  "mux_max_connections": {
@@ -646,8 +643,8 @@
646
643
  "label": "ℹ️ HTTP Upgrade Path"
647
644
  },
648
645
  "path_splithttp": {
649
- "description": "config.path_splithttp.description",
650
- "label": "config.path_splithttp.label"
646
+ "description": "This option defines the Path for Split HTTP",
647
+ "label": "ℹ️ Path for Split HTTP"
651
648
  },
652
649
  "path_ss": {
653
650
  "description": "Shadowsocks Path in the Links",
@@ -677,10 +674,6 @@
677
674
  "description": "Specify the Websocket Path",
678
675
  "label": "ℹ️ Path of Websocket Requests"
679
676
  },
680
- "path_xhttp": {
681
- "description": "This option defines the Path for Split HTTP",
682
- "label": "ℹ️ Path for Split HTTP"
683
- },
684
677
  "proxies": {
685
678
  "description": "Define specific proxy settings",
686
679
  "label": "Proxies Settings"
@@ -786,8 +779,8 @@
786
779
  "label": "🚀 Speed Test"
787
780
  },
788
781
  "splithttp_enable": {
789
- "description": "config.splithttp_enable.description",
790
- "label": "config.splithttp_enable.label"
782
+ "description": "<p>This Protocol send and receive information in individual channels.<br />\n⚠️ <strong>Not Support in SignBox based Clients. Only Hiddify App, and XRay base Clients are supported.</strong></p>",
783
+ "label": "🈁 Split HTTP"
791
784
  },
792
785
  "ssfaketls": {
793
786
  "description": "Shadowsocks FakeTLS is a simple obfusacting tool that encapsulate the date In tls packet",
@@ -805,38 +798,6 @@
805
798
  "description": "ℹ️ An SSH proxy, also known as an SSH tunnel or SSH port forwarding, is a secure method of creating a secure communication channel between two machines over an insecure network. We have a specific application which is completely different from SSH server and can not execute any commands",
806
799
  "label": "SSH Proxy"
807
800
  },
808
- "ssh_host_dsa_pk": {
809
- "description": "config.ssh_host_dsa_pk.description",
810
- "label": "config.ssh_host_dsa_pk.label"
811
- },
812
- "ssh_host_dsa_pub": {
813
- "description": "config.ssh_host_dsa_pub.description",
814
- "label": "config.ssh_host_dsa_pub.label"
815
- },
816
- "ssh_host_ecdsa_pk": {
817
- "description": "config.ssh_host_ecdsa_pk.description",
818
- "label": "config.ssh_host_ecdsa_pk.label"
819
- },
820
- "ssh_host_ecdsa_pub": {
821
- "description": "config.ssh_host_ecdsa_pub.description",
822
- "label": "config.ssh_host_ecdsa_pub.label"
823
- },
824
- "ssh_host_ed25519_pk": {
825
- "description": "config.ssh_host_ed25519_pk.description",
826
- "label": "config.ssh_host_ed25519_pk.label"
827
- },
828
- "ssh_host_ed25519_pub": {
829
- "description": "config.ssh_host_ed25519_pub.description",
830
- "label": "config.ssh_host_ed25519_pub.label"
831
- },
832
- "ssh_host_rsa_pk": {
833
- "description": "config.ssh_host_rsa_pk.description",
834
- "label": "config.ssh_host_rsa_pk.label"
835
- },
836
- "ssh_host_rsa_pub": {
837
- "description": "config.ssh_host_rsa_pub.description",
838
- "label": "config.ssh_host_rsa_pub.label"
839
- },
840
801
  "ssh_server_enable": {
841
802
  "description": "SSH Proxy is completely different than original SSH Server",
842
803
  "label": "✔️ SSH Proxy"
@@ -1026,7 +987,7 @@
1026
987
  "label": "WireGuard"
1027
988
  },
1028
989
  "wireguard_enable": {
1029
- "description": "<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a>)</p>",
990
+ "description": "<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a href=\"https://github.com/hiddify/hiddify-app\" target=\"_blank\">Hiddify</a>)</p>",
1030
991
  "label": "🐉 WireGuard"
1031
992
  },
1032
993
  "wireguard_ipv4": {
@@ -1057,10 +1018,6 @@
1057
1018
  "description": "Websocket creates a tunnel over HTTP that is useful to be used in CDN",
1058
1019
  "label": "🔰 Websocket"
1059
1020
  },
1060
- "xhttp_enable": {
1061
- "description": "<p>This Protocol send and receive information in individual channels.<br />\n⚠️ <strong>Not Supported in SignBox based Clients. Only <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> App, and XRay base Clients are supported.</strong></p>",
1062
- "label": "🈁 Split HTTP"
1063
- },
1064
1021
  "xtls_enable": {
1065
1022
  "description": "Enables XTLS Protocol",
1066
1023
  "label": "🟢 XTLS"
@@ -57,7 +57,6 @@
57
57
  "Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "دامنه (%(domain)s)-> IP=%(domain_ip)s با آی‌پی شما: ip=%(server_ip)s همخوانی ندارد. در حالت مستقیم (Direct Mode) این مورد الزامی است.",
58
58
  "Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "دامنه IP=%(domain_ip)s با ip=%(server_ip)s شما مطابقت ندارد که در حالت مستقیم مورد نیاز است",
59
59
  "Domain can not be resolved! there is a problem in your domain": "دامنه قابل دسترسی نیست! در دامنه شما مشکلی وجود دارد.",
60
- "Domain cannot be resolved! Please check DNS settings": "",
61
60
  "Domain is not REALITY friendly!": "دامنه سازگار با REALITY نیست!",
62
61
  "Domain?": "دامنه؟",
63
62
  "Donation": {
@@ -152,7 +151,6 @@
152
151
  "QRCode": "<i class='fa-solid fa-qrcode'></i> QR Code ",
153
152
  "RAM": "رم",
154
153
  "REALITY Fallback domain is not compaitble with server names!": "دامنه بازگشتی REALITY با نام سرور سازگار نیست!",
155
- "REALITY Fallback domain is not compatible with server names!": "",
156
154
  "Release": "✅ پایدار",
157
155
  "Remaining about %(relative)s, exactly %(days)s days": "حدود %(relative)s و دقیقا %(days)s روز باقی مانده است",
158
156
  "Remote nodes are not supported yet!": "گره های راه دور هنوز پشتیبانی نمی شوند!",
@@ -188,7 +186,6 @@
188
186
  "Simplifies the process of employing the link elsewhere.": "برای راحتی انتقال این صفحه به ‌پلتفرم دیگر",
189
187
  "SingBox": "📦 SingBox",
190
188
  "Sort by %(name)s": "مرتب سازی بر اساس %(name)s",
191
- "Specifying CDN IP is only valid for CDN mode": "",
192
189
  "Start Date": "زمان شروع",
193
190
  "Started %(days)s days ago": "از %(days)s روز پیش شروع شد",
194
191
  "Started from %(relative)s": "از %(relative)s شروع شد",
@@ -582,7 +579,7 @@
582
579
  "label": "⬆️ آپلود (mbps) MUX Brutal"
583
580
  },
584
581
  "mux_enable": {
585
- "description": "<p style=\"direction:rtl\">Mux به نرم افزار سازگار نیاز دارد. Mux در <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> و Singbox و XRay سازگار نیستند.&nbsp;<a href=\"https://hiddify.com/fa/manager/basic-concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" target=\"_blank\">(بیشتر بدانید)</a></p>",
582
+ "description": "<p style=\"direction:rtl\">Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify و Singbox و XRay سازگار نیستند.&nbsp;<a href=\"https://hiddify.com/fa/manager/basic-concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" target=\"_blank\">(بیشتر بدانید)</a></p>",
586
583
  "label": "Ⓜ️ MUX (⚠️ ناسازگار با برخی نرم افزارها)"
587
584
  },
588
585
  "mux_max_connections": {
@@ -646,8 +643,8 @@
646
643
  "label": "ℹ️ مسیر ارتقاء HTTP"
647
644
  },
648
645
  "path_splithttp": {
649
- "description": "",
650
- "label": ""
646
+ "description": "این گزینه مسیر را برای Split HTTP تعریف می کند",
647
+ "label": "ℹ️ مسیر برای Split HTTP"
651
648
  },
652
649
  "path_ss": {
653
650
  "description": "مسیر شدوساکس در لینکها",
@@ -677,10 +674,6 @@
677
674
  "description": "مسیر Websocket را مشخص کنید",
678
675
  "label": "ℹ️ مسیر درخواست های Websocket"
679
676
  },
680
- "path_xhttp": {
681
- "description": "این گزینه مسیر را برای Split HTTP تعریف می کند",
682
- "label": "ℹ️ مسیر برای Split HTTP"
683
- },
684
677
  "proxies": {
685
678
  "description": "تنظیمات اختصاصی را مشخص کنید",
686
679
  "label": "تنظیمات پروکسی"
@@ -786,8 +779,8 @@
786
779
  "label": "🚀 تست سرعت"
787
780
  },
788
781
  "splithttp_enable": {
789
- "description": "",
790
- "label": ""
782
+ "description": "<p>این پروتکل اطلاعات را در کانال های جداگانه ارسال و دریافت می کند<br />\n⚠️<strong>&nbsp;این پروتکل در برنامه های با هسته SingBox پشتیبانی نمیشود. فقط در برنامه Hiddify و برنامه های با هسته XRay پشتیبانی میشود</strong></p>",
783
+ "label": "🈁 Split HTTP"
791
784
  },
792
785
  "ssfaketls": {
793
786
  "description": "شادوساکس FakeTLS یک روش مبهم سازی ساده هست که دیتا را در بسته TLS کپسوله میکند تا فیلترچی فریب بخورد.",
@@ -805,38 +798,6 @@
805
798
  "description": "پروکسی SSH که به عنوان تونل SSH یا ارسال پورت SSH نیز شناخته می شود، روشی امن برای ایجاد یک کانال ارتباطی امن بین دو ماشین در یک شبکه ناامن است. ما یک برنامه خاص داریم که کاملاً با سرور SSH متفاوت است. با این کانکشن کاربر نمی تواند هیچ دستوری را روی سرور اجرا کند",
806
799
  "label": "پروکسی SSH"
807
800
  },
808
- "ssh_host_dsa_pk": {
809
- "description": "",
810
- "label": ""
811
- },
812
- "ssh_host_dsa_pub": {
813
- "description": "",
814
- "label": ""
815
- },
816
- "ssh_host_ecdsa_pk": {
817
- "description": "",
818
- "label": ""
819
- },
820
- "ssh_host_ecdsa_pub": {
821
- "description": "",
822
- "label": ""
823
- },
824
- "ssh_host_ed25519_pk": {
825
- "description": "",
826
- "label": ""
827
- },
828
- "ssh_host_ed25519_pub": {
829
- "description": "",
830
- "label": ""
831
- },
832
- "ssh_host_rsa_pk": {
833
- "description": "",
834
- "label": ""
835
- },
836
- "ssh_host_rsa_pub": {
837
- "description": "",
838
- "label": ""
839
- },
840
801
  "ssh_server_enable": {
841
802
  "description": "این SSH پروکسی با SSH سرور اصلی کاملا متفاوت است و امکان اجرای دستورات را ندارد",
842
803
  "label": "✔️ پروکسی SSH"
@@ -1026,7 +987,7 @@
1026
987
  "label": "وایرگارد"
1027
988
  },
1028
989
  "wireguard_enable": {
1029
- "description": "<p>WireGuard پروتکل مبتنی بر UDP است. (⚠️ فقط در <a href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a> کار می کند)</p>",
990
+ "description": "<p>WireGuard پروتکل مبتنی بر UDP است. (⚠️ فقط در <a href=\"https://github.com/hiddify/hiddify-app\" target=\"_blank\">Hiddify</a> کار می کند)</p>",
1030
991
  "label": "🐉 وایرگارد"
1031
992
  },
1032
993
  "wireguard_ipv4": {
@@ -1057,10 +1018,6 @@
1057
1018
  "description": "Websocket یک تونل روی HTTP ایجاد می کند که برای استفاده در CDN مفید است",
1058
1019
  "label": "🔰 Websocket"
1059
1020
  },
1060
- "xhttp_enable": {
1061
- "description": "<p>این پروتکل اطلاعات را در کانال های جداگانه ارسال و دریافت می کند<br />\n⚠️<strong>&nbsp;این پروتکل در برنامه های با هسته SingBox پشتیبانی نمیشود. فقط در برنامه <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> و برنامه های با هسته XRay پشتیبانی میشود</strong></p>",
1062
- "label": "🈁 Split HTTP"
1063
- },
1064
1021
  "xtls_enable": {
1065
1022
  "description": "پروتکل XTLS را فعال می کند",
1066
1023
  "label": "🟢 XTLS"
@@ -642,7 +642,7 @@
642
642
  "description": "ça devrait être aléatoire",
643
643
  "label": "ℹ️ Chemin de mise à niveau HTTP"
644
644
  },
645
- "path_xhttp": {
645
+ "path_splithttp": {
646
646
  "description": "Cette option définit le chemin pour Split HTTP",
647
647
  "label": "Chemin pour le HTTP fractionné"
648
648
  },
@@ -778,7 +778,7 @@
778
778
  "description": "Autorisez vos utilisateurs à effectuer des tests de vitesse. Cela les aide à identifier la qualité du lien",
779
779
  "label": "🚀 Test de vitesse"
780
780
  },
781
- "xhttp_enable": {
781
+ "splithttp_enable": {
782
782
  "description": "Ce protocole envoie et reçoit des informations dans des canaux individuels ",
783
783
  "label": "🈁 Split HTTP"
784
784
  },
@@ -642,7 +642,7 @@
642
642
  "description": "ကျပန်းဖြစ်သင့်သည်",
643
643
  "label": "ℹ️ HTTP အဆင့်မြှင့်တင်မှု လမ်းကြောင်း"
644
644
  },
645
- "path_xhttp": {
645
+ "path_splithttp": {
646
646
  "description": "ဤရွေးချယ်မှုသည် Split HTTP အတွက် လမ်းကြောင်းကို သတ်မှတ်သည်။",
647
647
  "label": "ℹ️ Split HTTP အတွက် လမ်းကြောင်း"
648
648
  },
@@ -778,7 +778,7 @@
778
778
  "description": "သင့်အသုံးပြုသူများကို အမြန်နှုန်းစမ်းသပ်မှု ပြုလုပ်ခွင့်ပြုရန်။ ၎င်းသည် ၎င်းတို့အား လင့်ခ်အရည်အသွေးကို ခွဲခြားသတ်မှတ်ရန် ကူညီပေးသည်။",
779
779
  "label": "🚀 အမြန်နှုန်း စမ်းသပ်"
780
780
  },
781
- "xhttp_enable": {
781
+ "splithttp_enable": {
782
782
  "description": "ဤပရိုတိုကောသည် ချန်နယ်တစ်ခုချင်းစီတွင် အချက်အလက်များကို ပေးပို့လက်ခံသည်",
783
783
  "label": "🈁 Split HTTP"
784
784
  },
@@ -57,7 +57,6 @@
57
57
  "Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "Domain (%(domain)s)-> IP = %(domain_ip)s não é igual ao seu IP = %(server_ip)s . isso é necessário no modo direto",
58
58
  "Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": " O IP do domínio = %(domain_ip)s não corresponde ao seu IP = %(server_ip)s, o que é necessário no modo direto",
59
59
  "Domain can not be resolved! there is a problem in your domain": "O domínio não pode ser resolvido! Há um problema em seu domínio. Verifique as configurações do seu Domínio.",
60
- "Domain cannot be resolved! Please check DNS settings": "",
61
60
  "Domain is not REALITY friendly!": "O domínio não é compatível com Reality!",
62
61
  "Domain?": "Domínio?",
63
62
  "Donation": {
@@ -152,7 +151,6 @@
152
151
  "QRCode": "<i class='fa-solid fa-qrcode'></i> QRCode",
153
152
  "RAM": "BATER",
154
153
  "REALITY Fallback domain is not compaitble with server names!": "REALITY Fallback Domain não é compatível com nomes de servidores!",
155
- "REALITY Fallback domain is not compatible with server names!": "",
156
154
  "Release": "✅ Liberação",
157
155
  "Remaining about %(relative)s, exactly %(days)s days": "Restam cerca de %(relative)s, exatamente %(days)s dias",
158
156
  "Remote nodes are not supported yet!": "Nós remotos ainda não são suportados!",
@@ -188,7 +186,6 @@
188
186
  "Simplifies the process of employing the link elsewhere.": "Simplifica o processo de utilização do link em outro lugar",
189
187
  "SingBox": "📦 SingBox",
190
188
  "Sort by %(name)s": "Ordenar por %(name)s",
191
- "Specifying CDN IP is only valid for CDN mode": "",
192
189
  "Start Date": "Data de início",
193
190
  "Started %(days)s days ago": "Iniciado há %(days)s dias",
194
191
  "Started from %(relative)s": "Iniciado em %(relative)s",
@@ -646,8 +643,8 @@
646
643
  "label": "ℹ️ Caminho de atualização HTTP"
647
644
  },
648
645
  "path_splithttp": {
649
- "description": "",
650
- "label": ""
646
+ "description": "Esta opção define o caminho para Split HTTP",
647
+ "label": "Caminho para Split HTTP"
651
648
  },
652
649
  "path_ss": {
653
650
  "description": "Caminho Shadowsocks nos Links",
@@ -677,10 +674,6 @@
677
674
  "description": "Especifique o caminho do Websocket",
678
675
  "label": "ℹ️ Caminho das solicitações do Websocket"
679
676
  },
680
- "path_xhttp": {
681
- "description": "Esta opção define o caminho para Split HTTP",
682
- "label": "Caminho para Split HTTP"
683
- },
684
677
  "proxies": {
685
678
  "description": "Definir configurações de proxy específicas",
686
679
  "label": "Configurações de Proxies"
@@ -786,8 +779,8 @@
786
779
  "label": "🚀 Teste de velocidade"
787
780
  },
788
781
  "splithttp_enable": {
789
- "description": "",
790
- "label": ""
782
+ "description": "Este protocolo envia e recebe informações em canais individuais ",
783
+ "label": "🈁 Split HTTP"
791
784
  },
792
785
  "ssfaketls": {
793
786
  "description": "Shadowsocks FakeTLS é uma ferramenta de ofuscação simples que encapsula a data In tls package",
@@ -805,38 +798,6 @@
805
798
  "description": "Um proxy SSH, também conhecido como túnel SSH ou encaminhamento de porta SSH, é um método seguro de criar um canal de comunicação seguro entre duas máquinas em uma rede insegura. Temos um aplicativo específico que é completamente diferente do servidor ssh e não pode executar nenhum comando",
806
799
  "label": "Proxy SSH"
807
800
  },
808
- "ssh_host_dsa_pk": {
809
- "description": "",
810
- "label": ""
811
- },
812
- "ssh_host_dsa_pub": {
813
- "description": "",
814
- "label": ""
815
- },
816
- "ssh_host_ecdsa_pk": {
817
- "description": "",
818
- "label": ""
819
- },
820
- "ssh_host_ecdsa_pub": {
821
- "description": "",
822
- "label": ""
823
- },
824
- "ssh_host_ed25519_pk": {
825
- "description": "",
826
- "label": ""
827
- },
828
- "ssh_host_ed25519_pub": {
829
- "description": "",
830
- "label": ""
831
- },
832
- "ssh_host_rsa_pk": {
833
- "description": "",
834
- "label": ""
835
- },
836
- "ssh_host_rsa_pub": {
837
- "description": "",
838
- "label": ""
839
- },
840
801
  "ssh_server_enable": {
841
802
  "description": "O proxy SSH é completamente diferente do servidor ssh original.",
842
803
  "label": "✔️ Proxy SSH"
@@ -1057,10 +1018,6 @@
1057
1018
  "description": "Websocket cria um túnel sobre HTTP que é útil para ser usado em CDN",
1058
1019
  "label": "🔰 Websocket"
1059
1020
  },
1060
- "xhttp_enable": {
1061
- "description": "Este protocolo envia e recebe informações em canais individuais ",
1062
- "label": "🈁 Split HTTP"
1063
- },
1064
1021
  "xtls_enable": {
1065
1022
  "description": "Ativa o protocolo XTLS",
1066
1023
  "label": "🟢XTLS"
@@ -57,7 +57,6 @@
57
57
  "Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "Домен (%(domain)s)-> IP = %(domain_ip)s не совпадает с вашим IP = %(server_ip)s . это требуется в режиме Direct",
58
58
  "Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "IP=%(domain_ip)s Домена не совпадает с Вашим IP Сервера, который необходим для \"Прямого Режима\"",
59
59
  "Domain can not be resolved! there is a problem in your domain": "Не возможно определить IP адрес для домена! В вашем домене возникла проблема. Пожалуйста, проверьте настройки.",
60
- "Domain cannot be resolved! Please check DNS settings": "",
61
60
  "Domain is not REALITY friendly!": "Домен не подходит для использования с REALITY!",
62
61
  "Domain?": "Домен?",
63
62
  "Donation": {
@@ -152,7 +151,6 @@
152
151
  "QRCode": "<i class='fa-solid fa-qrcode'></i> QR-код",
153
152
  "RAM": "RAM",
154
153
  "REALITY Fallback domain is not compaitble with server names!": "REALITY Fallback Domain несовместим с именами серверов!",
155
- "REALITY Fallback domain is not compatible with server names!": "",
156
154
  "Release": "✅ Релиз",
157
155
  "Remaining about %(relative)s, exactly %(days)s days": "Осталось около %(relative)s, ровно %(days)s дней",
158
156
  "Remote nodes are not supported yet!": "Удаленные узлы пока не поддерживаются!",
@@ -188,7 +186,6 @@
188
186
  "Simplifies the process of employing the link elsewhere.": "Упрощает процесс использования ссылки в других местах",
189
187
  "SingBox": "📦 SingBox",
190
188
  "Sort by %(name)s": "Сортировать по %(name)s",
191
- "Specifying CDN IP is only valid for CDN mode": "",
192
189
  "Start Date": "Дата начала",
193
190
  "Started %(days)s days ago": "Началось %(days)s дней назад",
194
191
  "Started from %(relative)s": "Началось с %(relative)s",
@@ -500,7 +497,7 @@
500
497
  "label": "☑️ Разрешить соединение по HTTP"
501
498
  },
502
499
  "httpupgrade_enable": {
503
- "description": "HTTPUpgrade завершает запрос и ответ на обновление HTTP 1.1, прежде чем использовать соединение напрямую. Он похож на WebSocket тем, что создает канал направления, который может пересылаться многими обратными прокси-серверами и CDN, без необходимости решать все проблемы, связанные с самим протоколом WebSocket.\n⚠️ Недоступно в клиентах на базе Xray. Поддерживаются только клиенты <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p>, Singbox и V2fly.",
500
+ "description": "HTTPUpgrade завершает запрос и ответ на обновление HTTP 1.1, прежде чем использовать соединение напрямую. Он похож на WebSocket тем, что создает канал направления, который может пересылаться многими обратными прокси-серверами и CDN, без необходимости решать все проблемы, связанные с самим протоколом WebSocket.\n⚠️ Недоступно в клиентах на базе Xray. Поддерживаются только клиенты Hiddify, Singbox и V2fly.",
504
501
  "label": "🆙 Включить Метод HTTP Обновления"
505
502
  },
506
503
  "hysteria": {
@@ -582,7 +579,7 @@
582
579
  "label": "⬆️ MUX Brutal Исходящая Загрузка (mbps)"
583
580
  },
584
581
  "mux_enable": {
585
- "description": "MUX требует совместимые клиенты. MUX в <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> и Singbox несовместимы с XRay",
582
+ "description": "MUX требует совместимые клиенты. MUX в Hiddify и Singbox несовместимы с XRay",
586
583
  "label": "Ⓜ️ MUX (⚠️ Несовместимо с некоторыми клиентами)"
587
584
  },
588
585
  "mux_max_connections": {
@@ -646,8 +643,8 @@
646
643
  "label": "ℹ️ Путь обновления HTTP"
647
644
  },
648
645
  "path_splithttp": {
649
- "description": "",
650
- "label": ""
646
+ "description": "Эта опция определяет путь для Split HTTP.",
647
+ "label": "ℹ️ Путь для Split HTTP"
651
648
  },
652
649
  "path_ss": {
653
650
  "description": "Путь Shadowsocks в ссылках",
@@ -677,10 +674,6 @@
677
674
  "description": "Укажите путь для Websocket",
678
675
  "label": "ℹ️ Путь запросов к веб-сокетам"
679
676
  },
680
- "path_xhttp": {
681
- "description": "Эта опция определяет путь для Split HTTP.",
682
- "label": "ℹ️ Путь для Split HTTP"
683
- },
684
677
  "proxies": {
685
678
  "description": "Определите специфичные настройки прокси",
686
679
  "label": "Настройки прокси"
@@ -786,8 +779,8 @@
786
779
  "label": "🚀 Тест скорости"
787
780
  },
788
781
  "splithttp_enable": {
789
- "description": "",
790
- "label": ""
782
+ "description": "<p>Этот протокол отправляет и получает информацию по отдельным каналам<br />\n⚠️ <strong>Не поддерживается в клиентах на базе SignBox. Поддерживаются только приложения Hiddify и клиенты на базе XRay</strong></p>",
783
+ "label": "🈁 Split HTTP"
791
784
  },
792
785
  "ssfaketls": {
793
786
  "description": "Shadowsocks FakeTLS — это простой инструмент для запутывания, который инкапсулирует данные в пакете tls.",
@@ -805,38 +798,6 @@
805
798
  "description": "SSH Proxy, также известный как SSH tunnel или переадресация портов SSH, представляет собой метод создания безопасного канала связи между двумя компьютерами в незащищенной сети. У нас есть отдельное приложение, которое полностью отличается от стандартногно ssh-сервера и не может выполнять какие-либо команды.",
806
799
  "label": "SSH Proxy"
807
800
  },
808
- "ssh_host_dsa_pk": {
809
- "description": "",
810
- "label": ""
811
- },
812
- "ssh_host_dsa_pub": {
813
- "description": "",
814
- "label": ""
815
- },
816
- "ssh_host_ecdsa_pk": {
817
- "description": "",
818
- "label": ""
819
- },
820
- "ssh_host_ecdsa_pub": {
821
- "description": "",
822
- "label": ""
823
- },
824
- "ssh_host_ed25519_pk": {
825
- "description": "",
826
- "label": ""
827
- },
828
- "ssh_host_ed25519_pub": {
829
- "description": "",
830
- "label": ""
831
- },
832
- "ssh_host_rsa_pk": {
833
- "description": "",
834
- "label": ""
835
- },
836
- "ssh_host_rsa_pub": {
837
- "description": "",
838
- "label": ""
839
- },
840
801
  "ssh_server_enable": {
841
802
  "description": "SSH Proxy полностью отличается от оригинального SSH Server",
842
803
  "label": "✔️ Включить SSH Poxy"
@@ -1026,7 +987,7 @@
1026
987
  "label": "WireGuard"
1027
988
  },
1028
989
  "wireguard_enable": {
1029
- "description": "<p>WireGuard - это UDP-протокол. (⚠️ Работает на <a href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a>)</p>",
990
+ "description": "<p>WireGuard - это UDP-протокол. (⚠️ Работает на <a href=\"https://github.com/hiddify/hiddify-app\" target=\"_blank\">Hiddify</a>)</p>",
1030
991
  "label": "🐉 WireGuard"
1031
992
  },
1032
993
  "wireguard_ipv4": {
@@ -1057,10 +1018,6 @@
1057
1018
  "description": "Websocket создает туннель поверх HTTP, который будет полезно использовать в CDN",
1058
1019
  "label": "🔰 Websocket"
1059
1020
  },
1060
- "xhttp_enable": {
1061
- "description": "<p>Этот протокол отправляет и получает информацию по отдельным каналам<br />\n⚠️ <strong>Не поддерживается в клиентах на базе SignBox. Поддерживаются только приложения <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> и клиенты на базе XRay</strong></p>",
1062
- "label": "🈁 Split HTTP"
1063
- },
1064
1021
  "xtls_enable": {
1065
1022
  "description": "Включает протокол XTLS",
1066
1023
  "label": "🟢XTLS"
@@ -57,7 +57,6 @@
57
57
  "Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "域 (%(domain)s)-> IP = %(domain_ip)s 与您的 IP = %(server_ip)s 不同。这在直接模式下是必需的",
58
58
  "Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "域名IP=%(domain_ip)s is not matched with your ip=%(server_ip)s需要用于直连模式",
59
59
  "Domain can not be resolved! there is a problem in your domain": "域名无法解析!您的域有问题。请检查您的域配置。",
60
- "Domain cannot be resolved! Please check DNS settings": "",
61
60
  "Domain is not REALITY friendly!": "域名对现实不友好!",
62
61
  "Domain?": "域名?",
63
62
  "Donation": {
@@ -152,7 +151,6 @@
152
151
  "QRCode": "<i class='fa-solid fa-qrcode'></i> QRCode",
153
152
  "RAM": "内存",
154
153
  "REALITY Fallback domain is not compaitble with server names!": "REALITY 后备域与服务器名称不兼容!",
155
- "REALITY Fallback domain is not compatible with server names!": "",
156
154
  "Release": "✅ 发布",
157
155
  "Remaining about %(relative)s, exactly %(days)s days": "还剩下大约 %(relative)s,正好 %(days)s 天",
158
156
  "Remote nodes are not supported yet!": "尚不支持远程节点!",
@@ -188,7 +186,6 @@
188
186
  "Simplifies the process of employing the link elsewhere.": "简化了在其他地方使用链接的过程",
189
187
  "SingBox": "📦 歌盒",
190
188
  "Sort by %(name)s": "以%(name)s排序",
191
- "Specifying CDN IP is only valid for CDN mode": "",
192
189
  "Start Date": "开始日期",
193
190
  "Started %(days)s days ago": "已于 %(days)s 天前开始",
194
191
  "Started from %(relative)s": "从 %(relative)s 开始",
@@ -646,8 +643,8 @@
646
643
  "label": "ℹ️ HTTP 升级路径"
647
644
  },
648
645
  "path_splithttp": {
649
- "description": "",
650
- "label": ""
646
+ "description": "此选项定义 Split HTTP 的路径",
647
+ "label": "Split HTTP 的路径"
651
648
  },
652
649
  "path_ss": {
653
650
  "description": "链接中的 Shadowsocks 路径",
@@ -677,10 +674,6 @@
677
674
  "description": "指定Websocket路径",
678
675
  "label": "ℹ️ Websocket 请求路径"
679
676
  },
680
- "path_xhttp": {
681
- "description": "此选项定义 Split HTTP 的路径",
682
- "label": "Split HTTP 的路径"
683
- },
684
677
  "proxies": {
685
678
  "description": "定义特定的代理设置",
686
679
  "label": "代理设置"
@@ -786,8 +779,8 @@
786
779
  "label": "🚀 速度测试"
787
780
  },
788
781
  "splithttp_enable": {
789
- "description": "",
790
- "label": ""
782
+ "description": "该协议通过单独的渠道发送和接收信息 ",
783
+ "label": "🈁 Split HTTP"
791
784
  },
792
785
  "ssfaketls": {
793
786
  "description": "Shadowsocks FakeTLS 是一个简单的混淆工具,将日期封装在 tls 数据包中",
@@ -805,38 +798,6 @@
805
798
  "description": "ℹ️ SSH 代理,也称为 SSH 隧道或 SSH 端口转发,是一种通过不安全网络在两台计算机之间创建安全通信通道的安全方法。我们有一个与 ssh 服务器完全不同的特定应用程序,无法执行任何命令",
806
799
  "label": "SSH 代理"
807
800
  },
808
- "ssh_host_dsa_pk": {
809
- "description": "",
810
- "label": ""
811
- },
812
- "ssh_host_dsa_pub": {
813
- "description": "",
814
- "label": ""
815
- },
816
- "ssh_host_ecdsa_pk": {
817
- "description": "",
818
- "label": ""
819
- },
820
- "ssh_host_ecdsa_pub": {
821
- "description": "",
822
- "label": ""
823
- },
824
- "ssh_host_ed25519_pk": {
825
- "description": "",
826
- "label": ""
827
- },
828
- "ssh_host_ed25519_pub": {
829
- "description": "",
830
- "label": ""
831
- },
832
- "ssh_host_rsa_pk": {
833
- "description": "",
834
- "label": ""
835
- },
836
- "ssh_host_rsa_pub": {
837
- "description": "",
838
- "label": ""
839
- },
840
801
  "ssh_server_enable": {
841
802
  "description": "SSH Proxy 与原来的 SSH Server 完全不同",
842
803
  "label": "✔️ 启用 SSH 代理"
@@ -1057,10 +1018,6 @@
1057
1018
  "description": "Websocket 通过 HTTP 创建一个隧道,可用于 CDN",
1058
1019
  "label": "🔰 Websocket"
1059
1020
  },
1060
- "xhttp_enable": {
1061
- "description": "该协议通过单独的渠道发送和接收信息 ",
1062
- "label": "🈁 Split HTTP"
1063
- },
1064
1021
  "xtls_enable": {
1065
1022
  "description": "启用 XTLS 协议",
1066
1023
  "label": "🟢XTLS"