hiddifypanel 10.7.0.dev95__py3-none-any.whl → 10.8.0.dev96__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 (31) hide show
  1. hiddifypanel/VERSION +1 -1
  2. hiddifypanel/VERSION.py +2 -2
  3. hiddifypanel/drivers/ssh_liberty_bridge_api.py +1 -1
  4. hiddifypanel/panel/admin/Actions.py +1 -1
  5. hiddifypanel/panel/admin/DomainAdmin.py +12 -13
  6. hiddifypanel/panel/commercial/restapi/v2/admin/admin_user_api.py +11 -1
  7. hiddifypanel/panel/commercial/restapi/v2/admin/user_api.py +8 -1
  8. hiddifypanel/panel/init_db.py +1 -3
  9. hiddifypanel/panel/user/link_maker.py +4 -0
  10. hiddifypanel/panel/user/user.py +10 -7
  11. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  12. hiddifypanel/translations/en/LC_MESSAGES/messages.po +25 -289
  13. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  14. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +24 -295
  15. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  16. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +10 -283
  17. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  18. hiddifypanel/translations/ru/LC_MESSAGES/messages.po +21 -296
  19. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  20. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +10 -263
  21. hiddifypanel/translations.i18n/en.json +10 -172
  22. hiddifypanel/translations.i18n/fa.json +13 -175
  23. hiddifypanel/translations.i18n/pt.json +2 -164
  24. hiddifypanel/translations.i18n/ru.json +12 -174
  25. hiddifypanel/translations.i18n/zh.json +2 -164
  26. {hiddifypanel-10.7.0.dev95.dist-info → hiddifypanel-10.8.0.dev96.dist-info}/METADATA +1 -1
  27. {hiddifypanel-10.7.0.dev95.dist-info → hiddifypanel-10.8.0.dev96.dist-info}/RECORD +31 -31
  28. {hiddifypanel-10.7.0.dev95.dist-info → hiddifypanel-10.8.0.dev96.dist-info}/LICENSE.md +0 -0
  29. {hiddifypanel-10.7.0.dev95.dist-info → hiddifypanel-10.8.0.dev96.dist-info}/WHEEL +0 -0
  30. {hiddifypanel-10.7.0.dev95.dist-info → hiddifypanel-10.8.0.dev96.dist-info}/entry_points.txt +0 -0
  31. {hiddifypanel-10.7.0.dev95.dist-info → hiddifypanel-10.8.0.dev96.dist-info}/top_level.txt +0 -0
@@ -658,63 +658,12 @@ msgstr "Shadowsocks 路径"
658
658
  msgid "config.path_ss.description"
659
659
  msgstr "链接中的 Shadowsocks 路径"
660
660
 
661
- msgid "config.dbvalues.label"
662
- msgstr "配置.dbvalues.标签"
663
-
664
- msgid "config.dbvalues.description"
665
- msgstr "config.dbvalues.描述"
666
-
667
661
  msgid "config.create_easysetup_link.label"
668
662
  msgstr "config.create_easysetup_link.label"
669
663
 
670
664
  msgid "config.create_easysetup_link.description"
671
665
  msgstr "config.create_easysetup_link.description"
672
666
 
673
- msgid "config.wireguard_enable.label"
674
- msgstr "启用 WireGuard"
675
-
676
- msgid "config.wireguard_enable.description"
677
- msgstr ""
678
- "WireGuard 是基于 UDP 的协议。\n"
679
- "\n"
680
- "⚠️ 尚不支持记账。"
681
-
682
- msgid "config.wireguard_port.label"
683
- msgstr "config.wireguard_port.label"
684
-
685
- msgid "config.wireguard_port.description"
686
- msgstr "config.wireguard_port.描述"
687
-
688
- msgid "config.wireguard_ipv6.label"
689
- msgstr "config.wireguard_ipv6.label"
690
-
691
- msgid "config.wireguard_ipv6.description"
692
- msgstr "config.wireguard_ipv6.描述"
693
-
694
- msgid "config.wireguard_ipv4.label"
695
- msgstr "config.wireguard_ipv4.label"
696
-
697
- msgid "config.wireguard_ipv4.description"
698
- msgstr "config.wireguard_ipv4.描述"
699
-
700
- msgid "config.wireguard_private_key.label"
701
- msgstr "config.wireguard_private_key.label"
702
-
703
- msgid "config.wireguard_private_key.description"
704
- msgstr "config.wireguard_private_key.description"
705
-
706
- msgid "config.wireguard_public_key.label"
707
- msgstr "config.wireguard_public_key.label"
708
-
709
- msgid "config.wireguard_public_key.description"
710
- msgstr "config.wireguard_public_key.description"
711
-
712
- msgid "config.wireguard_noise_trick.label"
713
- msgstr "WireGuard 噪音技巧"
714
-
715
- msgid "config.wireguard_noise_trick.description"
716
- msgstr "这种方法会引入额外的噪声,以防止 GFW 检测和阻止。"
717
-
718
667
  msgid "config.ssh_server_redis_url.label"
719
668
  msgstr "SSH用户数据库地址"
720
669
 
@@ -742,12 +691,6 @@ msgstr ""
742
691
  "<br>\n"
743
692
  "📦 Singbox:由 SagerNet 开发。也是一个不错的核心"
744
693
 
745
- msgid "config.warp_sites.label"
746
- msgstr "🆚 额外的扭曲站点"
747
-
748
- msgid "config.warp_sites.description"
749
- msgstr "添加额外站点以通过 Warp(仅当 warp 模式不是 None 时)"
750
-
751
694
  msgid "config.dns_server.label"
752
695
  msgstr "🖥 DNS 服务器"
753
696
 
@@ -757,121 +700,6 @@ msgstr ""
757
700
  "🚧 阻止恶意软件 1.1.1.2 <br>\n"
758
701
  "🔞 阻止色情 1.1.1.3"
759
702
 
760
- msgid "config.reality_port.label"
761
- msgstr "↔️ 直接现实端口"
762
-
763
- msgid "config.reality_port.description"
764
- msgstr "您可以为现实服务器设置自定义端口以减少系统开销。 (允许直接连接代理应该是yes)"
765
-
766
- msgid "config.tls_fragment_enable.label"
767
- msgstr "⏯ 启用 TLS 片段"
768
-
769
- msgid "config.tls_fragment_enable.description"
770
- msgstr "某些情况下,可以绕过SNI黑名单系统"
771
-
772
- msgid "config.tls_fragment_size.label"
773
- msgstr "🎚 TLS 片段大小"
774
-
775
- msgid "config.tls_fragment_size.description"
776
- msgstr "每个数据包的大小"
777
-
778
- msgid "config.tls_fragment_sleep.label"
779
- msgstr "⏱ TLS 片段睡眠"
780
-
781
- msgid "config.tls_fragment_sleep.description"
782
- msgstr "Fragment之间的时间延迟"
783
-
784
- msgid "config.tls_mixed_case.label"
785
- msgstr "🔠 启用 TLS 混合 SNI 大小写"
786
-
787
- msgid "config.tls_mixed_case.description"
788
- msgstr "启用 TLS 混合 SNI 大小写分段"
789
-
790
- msgid "config.tls_padding_enable.label"
791
- msgstr "♒️启用 TLS 填充"
792
-
793
- msgid "config.tls_padding_enable.description"
794
- msgstr "启用 TLS 碎片填充"
795
-
796
- msgid "config.tls_padding_length.label"
797
- msgstr "📏 TLS 填充"
798
-
799
- msgid "config.tls_padding_length.description"
800
- msgstr "TLS 分段的填充长度"
801
-
802
- msgid "config.mux_enable.label"
803
- msgstr "Ⓜ️ 多路复用器启用"
804
-
805
- msgid "config.mux_enable.description"
806
- msgstr "启用 MUX(多路复用)"
807
-
808
- msgid "config.mux_protocol.label"
809
- msgstr "♍️ MUX 协议"
810
-
811
- msgid "config.mux_protocol.description"
812
- msgstr ""
813
- "ℹ️ 多路复用协议。默认使用“sMux”\n"
814
- "<br>\n"
815
- "➖ sMux:流复用\n"
816
- "<br>\n"
817
- "➖ YaMux:另一个多路复用器\n"
818
- "<br>\n"
819
- "➖ h2Mux:通过 HTTP/2 复用流"
820
-
821
- msgid "config.mux_max_connections.label"
822
- msgstr "⛓ MUX 最大连接数"
823
-
824
- msgid "config.mux_max_connections.description"
825
- msgstr "最大连接数。与最大流冲突"
826
-
827
- msgid "config.mux_min_streams.label"
828
- msgstr "↘️ MUX 最小流"
829
-
830
- msgid "config.mux_min_streams.description"
831
- msgstr "打开新连接之前连接中的最小复用流数"
832
-
833
- msgid "config.mux_max_streams.label"
834
- msgstr "↗️ MUX 最大流"
835
-
836
- msgid "config.mux_max_streams.description"
837
- msgstr "打开新连接之前连接中的最大复用流数"
838
-
839
- msgid "config.mux_padding_enable.label"
840
- msgstr "⟹ MUX 填充"
841
-
842
- msgid "config.mux_padding_enable.description"
843
- msgstr "启用 MUX 填充"
844
-
845
- msgid "config.mux_brutal_enable.label"
846
- msgstr "☣️ MUX 残酷"
847
-
848
- msgid "config.mux_brutal_enable.description"
849
- msgstr "启用 TCP-Brutal 拥塞控制算法"
850
-
851
- msgid "config.mux_brutal_up_mbps.label"
852
- msgstr "⬆️ MUX 残酷上传 (mbps)"
853
-
854
- msgid "config.mux_brutal_up_mbps.description"
855
- msgstr "TCP-残酷最大上传速度"
856
-
857
- msgid "config.mux_brutal_down_mbps.label"
858
- msgstr "⬇️ MUX 残酷下载 (mbps)"
859
-
860
- msgid "config.mux_brutal_down_mbps.description"
861
- msgstr "TCP-残酷最大下载速度"
862
-
863
- msgid "config.proxy_path_admin.label"
864
- msgstr "🔐 管理员的代理路径"
865
-
866
- msgid "config.proxy_path_admin.description"
867
- msgstr "我们使用秘密代理路径来为政府和机器人隐藏我们的代理"
868
-
869
- msgid "config.proxy_path_client.label"
870
- msgstr "🔏 客户端的代理路径"
871
-
872
- msgid "config.proxy_path_client.description"
873
- msgstr "秘密代理路径对政府和机器人隐藏代理"
874
-
875
703
  msgid "config.hysteria_enable.label"
876
704
  msgstr "启用歇斯底里2"
877
705
 
@@ -884,82 +712,6 @@ msgstr "🔍 Hysteria2 端口"
884
712
  msgid "config.hysteria_port.description"
885
713
  msgstr "Hysteria UDP 端口,例如 5678"
886
714
 
887
- msgid "config.hysteria_obfs_enable.label"
888
- msgstr "🎛 歇斯底里 OBFS 启用"
889
-
890
- msgid "config.hysteria_obfs_enable.description"
891
- msgstr "启用 Hysteria 混淆 (Salamander)"
892
-
893
- msgid "config.hysteria_up_mbps.label"
894
- msgstr "⬆️ 歇斯底里上传 (mbps)"
895
-
896
- msgid "config.hysteria_up_mbps.description"
897
- msgstr "歇斯底里最大上传速度"
898
-
899
- msgid "config.hysteria_down_mbps.label"
900
- msgstr "⬇️ 歇斯底里下载 (mbps)"
901
-
902
- msgid "config.hysteria_down_mbps.description"
903
- msgstr "歇斯底里最大下载速度"
904
-
905
- msgid "config.shadowsocks2022_enable.label"
906
- msgstr "启用 Shadowsocks 2022"
907
-
908
- msgid "config.shadowsocks2022_enable.description"
909
- msgstr ""
910
- "Shadowsocks 2022 是 TCP 和 UDP 流量的安全代理协议。代理流量与随机字节流无法区分,因此可以绕过依赖 "
911
- "DPI(深度数据包检查)的防火墙和互联网审查器。"
912
-
913
- msgid "config.shadowsocks2022_method.label"
914
- msgstr "Shadowsocks加密方法"
915
-
916
- msgid "config.shadowsocks2022_method.description"
917
- msgstr "此方法也用于 ShadowTLS 和 SSFakeTLS"
918
-
919
- msgid "config.shadowsocks2022_port.label"
920
- msgstr "Shadowsocks 2022 端口"
921
-
922
- msgid "config.shadowsocks2022_port.description"
923
- msgstr "需要UDP和TCP都空闲"
924
-
925
- msgid "config.ws_enable.label"
926
- msgstr "启用Websocket"
927
-
928
- msgid "config.ws_enable.description"
929
- msgstr "Websocket 通过 http 创建一个隧道,可在 CDN 中使用。"
930
-
931
- msgid "config.grpc_enable.label"
932
- msgstr "启用 gRPC"
933
-
934
- msgid "config.grpc_enable.description"
935
- msgstr "gRPC 是一个现代开源高性能远程过程调用(RPC)框架。它可以在支持的 CDN 中使用。"
936
-
937
- msgid "config.httpupgrade_enable.label"
938
- msgstr "启用 HTTPUpgrade 方法"
939
-
940
- msgid "config.httpupgrade_enable.description"
941
- msgstr ""
942
- "HTTPUpgrade 在直接使用连接之前完成 HTTP 1.1 升级请求和响应。它与 WebSocket "
943
- "的相似之处在于它创建了一个可以由许多反向代理和 CDN 转发的方向通道,而无需处理 WebSocket 协议本身的所有问题。"
944
-
945
- msgid "config.path_httpupgrade.label"
946
- msgstr "HTTP升级路径"
947
-
948
- msgid "config.path_httpupgrade.description"
949
- msgstr "应该是随机的"
950
-
951
- msgid "config.mux.label"
952
- msgstr "复用器配置"
953
-
954
- msgid "config.mux.description"
955
- msgstr "MUX(复用)配置可以在此部分设置"
956
-
957
- msgid "config.tls_trick.label"
958
- msgstr "TLS 技巧"
959
-
960
- msgid "config.tls_trick.description"
961
- msgstr "可以在此部分设置 TLS 分段配置"
962
-
963
715
  msgid "config.ssh.label"
964
716
  msgstr "SSH 代理"
965
717
 
@@ -981,21 +733,6 @@ msgstr "配置.隐藏.标签"
981
733
  msgid "config.hidden.description"
982
734
  msgstr "配置.隐藏.描述"
983
735
 
984
- msgid "config.wireguard.label"
985
- msgstr "钢丝卫士"
986
-
987
- msgid "config.wireguard.description"
988
- msgstr ""
989
- "WireGuard 是一种基于 UDP 的轻量级协议,以其简单、高效和强大的安全性而闻名。它提供快速设置、透明代码,并因其在各种操作系统上的易用性而广受欢迎。\n"
990
- "\n"
991
- "⚠️ 该协议尚未实现计费。"
992
-
993
- msgid "config.shadowsocks.label"
994
- msgstr "影袜"
995
-
996
- msgid "config.shadowsocks.description"
997
- msgstr "Shadowsocks 是一种快速隧道代理,可帮助您绕过防火墙。"
998
-
999
736
  msgid "Domain can not be resolved! there is a problem in your domain"
1000
737
  msgstr "域名无法解析!您的域有问题。请检查您的域配置。"
1001
738
 
@@ -1538,6 +1275,16 @@ msgid ""
1538
1275
  "FairVPN."
1539
1276
  msgstr ""
1540
1277
 
1278
+ msgid ""
1279
+ "Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is "
1280
+ "required in direct mode"
1281
+ msgstr ""
1282
+
1283
+ msgid ""
1284
+ "In CDN mode, Domain IP=%(domain_ip)s should be different to your "
1285
+ "ip=%(server_ip)s"
1286
+ msgstr ""
1287
+
1541
1288
  msgid "Domain is not REALITY friendly!"
1542
1289
  msgstr "域名对现实不友好!"
1543
1290
 
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "telegram_lib": {
70
70
  "label": "🔢 Telegram Proxy Library",
71
- "description": "You can switch between different Telegram Libraries. Please note that only Python works in all servers, others may have some issue. Test Proxy after changing it."
71
+ "description": "You can switch between different Telegram Libraries. Please note that only Python works in all servers, others may have some issue. Test Proxy after changing it"
72
72
  },
73
73
  "admin": {
74
74
  "label": "Admin Settings",
@@ -84,11 +84,11 @@
84
84
  },
85
85
  "branding_site": {
86
86
  "label": "🆔 Support Link (goes both on branding title and also on support section of user page)",
87
- "description": "The link to be shown on support section of user's page.\nYou can put also your Telegram Channel or Telegram PV here."
87
+ "description": "The link to be shown on support section of user's page.\nYou can put also your Telegram Channel or Telegram PV here"
88
88
  },
89
89
  "branding_freetext": {
90
90
  "label": "📢 Support Section Text",
91
- "description": "Branding Text. this box's text will be shown on support section of User's Page. you can use HTML tags"
91
+ "description": "Branding Text. this box's text will be shown on support section of User's Page. you can use HTML tags\n<p><br /><a href=\"https://onlinehtmleditor.dev\" target=\"_blank\">HTML Editor</a></p>"
92
92
  },
93
93
  "branding": {
94
94
  "label": "Customizing User Page",
@@ -180,7 +180,7 @@
180
180
  },
181
181
  "tls": {
182
182
  "label": "TLS Configuration",
183
- "description": "TLS Configurations could be set in this section."
183
+ "description": "TLS Configurations could be set in this section"
184
184
  },
185
185
  "ssfaketls_enable": {
186
186
  "label": "🆎 Shadowsocks FakeTLS (Simple OBFS)",
@@ -228,7 +228,7 @@
228
228
  },
229
229
  "telegram_bot_token": {
230
230
  "label": "🔐 Telegram Bot Token",
231
- "description": "To add Telegram bot feature. you need to create a bot with @BotFather and enter the API code in this field"
231
+ "description": "<p>To add Telegram bot feature. you need to create a bot with <a href=\"https://t.me/BotFather\" target=\"_blank\">@BotFather</a> and enter the API code in this field</p>"
232
232
  },
233
233
  "package_mode": {
234
234
  "label": "🔄 Package Update Mode",
@@ -276,7 +276,7 @@
276
276
  },
277
277
  "warp_plus_code": {
278
278
  "label": "🔑 Warp Plus Key",
279
- "description": "🔝 Increases browsing speed. To get the Key, go to the <a href='https://1.1.1.1/'> 1.1.1.1 </a>\napp and purchase the original KEY from Cloudflare\n<br>\n⚠️ If there is an error in this Key, the WARP will be disabled."
279
+ "description": "🔝 Increases browsing speed. To get the Key, go to the <a href='https://1.1.1.1/'> 1.1.1.1 </a>\napp and purchase the original KEY from Cloudflare\n<br>\n⚠️ If there is an error in this Key, the WARP will be disabled"
280
280
  },
281
281
  "warp_mode": {
282
282
  "label": "✴️ Warp+ Mode",
@@ -398,49 +398,17 @@
398
398
  "label": "Shadowsocks Path",
399
399
  "description": "Shadowsocks Path in the Links"
400
400
  },
401
- "dbvalues": {
402
- "label": "-",
403
- "description": "-"
404
- },
405
401
  "create_easysetup_link": {
406
402
  "label": "-",
407
403
  "description": "-"
408
404
  },
409
- "wireguard_enable": {
410
- "label": "Enable WireGuard",
411
- "description": "WireGuard is UDP based protocol.\n\n⚠️ It is working in Hiddify Next. "
412
- },
413
- "wireguard_port": {
414
- "label": "Wireguard Port",
415
- "description": "config.wireguard_port.description"
416
- },
417
- "wireguard_ipv6": {
418
- "label": "-",
419
- "description": "-"
420
- },
421
- "wireguard_ipv4": {
422
- "label": "-",
423
- "description": "-"
424
- },
425
- "wireguard_private_key": {
426
- "label": "-",
427
- "description": "-"
428
- },
429
- "wireguard_public_key": {
430
- "label": "-",
431
- "description": "-"
432
- },
433
- "wireguard_noise_trick": {
434
- "label": "WireGuard Noise Trick",
435
- "description": "This method introduces extra noise to prevent detection and blocking by the GFW."
436
- },
437
405
  "ssh_server_redis_url": {
438
406
  "label": "SSH user database address",
439
407
  "description": "Not Used"
440
408
  },
441
409
  "ssh_server_port": {
442
410
  "label": "↔️ SSH Proxy Port",
443
- "description": "This is completely different from your original SSH server. It is a dedicated program."
411
+ "description": "This is completely different from your original SSH server. It is a dedicated program"
444
412
  },
445
413
  "ssh_server_enable": {
446
414
  "label": "✔️ Enable SSH Proxy",
@@ -450,86 +418,10 @@
450
418
  "label": "🎛️ Core",
451
419
  "description": "☢️ XRay : Is a Complete Core\n<br>\n📦 Singbox : Developed by SagerNet. It is also a good core"
452
420
  },
453
- "warp_sites": {
454
- "label": "🆚 Additional Warp Sites",
455
- "description": "Add additional sites to pass through Warp (only when warp mode is not None)"
456
- },
457
421
  "dns_server": {
458
422
  "label": "🖥 DNS Server",
459
423
  "description": "✳️ Default 1.1.1.1 <br>\n🚧 Block Malware 1.1.1.2 <br>\n🔞 Block Porn 1.1.1.3\n"
460
424
  },
461
- "reality_port": {
462
- "label": "↔️ Direct Reality Port",
463
- "description": "You can set a customized port for your reality server to reduce the system's overhead. (Allow direct connection to proxies should be yes)"
464
- },
465
- "tls_fragment_enable": {
466
- "label": "⏯ Enable TLS Fragment",
467
- "description": "Under some circumstances, it can bypass the SNI blacklist system"
468
- },
469
- "tls_fragment_size": {
470
- "label": "🎚 TLS Fragment Size",
471
- "description": "The Size of each Packet"
472
- },
473
- "tls_fragment_sleep": {
474
- "label": "⏱ TLS Fragment Sleep",
475
- "description": "The time delay between Fragments"
476
- },
477
- "tls_mixed_case": {
478
- "label": "🔠 Enable TLS Mixed SNI Case",
479
- "description": "Enables TLS Mixed SNI Case Fragmentation"
480
- },
481
- "tls_padding_enable": {
482
- "label": "♒️ Enable TLS Padding",
483
- "description": "Enables Padding for TLS Fragmentation"
484
- },
485
- "tls_padding_length": {
486
- "label": "📏 TLS Padding",
487
- "description": "The length of the Padding for TLS Fragmentation"
488
- },
489
- "mux_enable": {
490
- "label": "Ⓜ️ MUX Enable (⚠️ Incompatible with some clients)",
491
- "description": "Mux needs compatible clients. Mux in Hiddify Next and singbox are not compatible with Xray"
492
- },
493
- "mux_protocol": {
494
- "label": "♍️ MUX Protocol",
495
- "description": "ℹ️ Multiplex Protocol. 'sMux' is used by default\n<br>\n➖ sMux: Stream Multiplexing\n<br>\n➖ YaMux: Yet Another Multiplexer\n<br>\n➖ h2Mux: Multiplexing Streams Over HTTP/2"
496
- },
497
- "mux_max_connections": {
498
- "label": "⛓ MUX Max Connections",
499
- "description": "Maximum Connections. Conflict with Max Streams"
500
- },
501
- "mux_min_streams": {
502
- "label": "↘️ MUX Min Streams",
503
- "description": "Minimum Multiplexed streams in a connection before opening a new connection"
504
- },
505
- "mux_max_streams": {
506
- "label": "↗️ MUX Max Streams",
507
- "description": "Maximum Multiplexed streams in a connection before opening a new connection"
508
- },
509
- "mux_padding_enable": {
510
- "label": "⟹ MUX Padding",
511
- "description": "Enables MUX Padding"
512
- },
513
- "mux_brutal_enable": {
514
- "label": "☣️ MUX Brutal",
515
- "description": "Enables TCP-Brutal congestion control algorithm"
516
- },
517
- "mux_brutal_up_mbps": {
518
- "label": "⬆️ MUX Brutal Upload (mbps)",
519
- "description": "TCP-Brutal Maximum Upload Speed"
520
- },
521
- "mux_brutal_down_mbps": {
522
- "label": "⬇️ MUX Brutal Download (mbps)",
523
- "description": "TCP-Brutal Maximum Download Speed"
524
- },
525
- "proxy_path_admin": {
526
- "label": "🔐 Proxy Path for Admins",
527
- "description": "We use secret proxy path to hide our proxies for the governments and bots"
528
- },
529
- "proxy_path_client": {
530
- "label": "🔏 Proxy Path for Clients",
531
- "description": "Secret proxy path hide the proxies from the governments and bots"
532
- },
533
425
  "hysteria_enable": {
534
426
  "label": "Enable Hysteria2",
535
427
  "description": "To Enable UDP based Hysteria Protocol"
@@ -538,54 +430,6 @@
538
430
  "label": "🔍 Hysteria2 Port",
539
431
  "description": "Hysteria UDP Port for example 5678"
540
432
  },
541
- "hysteria_obfs_enable": {
542
- "label": "🎛 Hysteria OBFS Enable",
543
- "description": " Enables Hysteria Obfuscation (Salamander)"
544
- },
545
- "hysteria_up_mbps": {
546
- "label": "⬆️ Hysteria Upload (mbps)",
547
- "description": "Hysteria Maximum Upload Speed"
548
- },
549
- "hysteria_down_mbps": {
550
- "label": "⬇️ Hysteria Download (mbps)",
551
- "description": "Hysteria Maximum Download Speed"
552
- },
553
- "shadowsocks2022_enable": {
554
- "label": "Enable Shadowsocks 2022",
555
- "description": "Shadowsocks 2022 is a secure proxy protocol for TCP and UDP traffic. The proxy traffic is indistinguishable from a random byte stream, and therefore can circumvent firewalls and Internet censors that rely on DPI (Deep Packet Inspection)."
556
- },
557
- "shadowsocks2022_method": {
558
- "label": "Shadowsocks Encrypytion Method",
559
- "description": "This method also used in ShadowTLS and SSFakeTLS"
560
- },
561
- "shadowsocks2022_port": {
562
- "label": "Shadowsocks 2022 Port",
563
- "description": "It needs both UDP and TCP to be free"
564
- },
565
- "ws_enable": {
566
- "label": "Enable Websocket",
567
- "description": "Websocket creates a tunnel over http that is useful to be used in CDN."
568
- },
569
- "grpc_enable": {
570
- "label": "Enable gRPC",
571
- "description": "gRPC is a modern open source high performance Remote Procedure Call (RPC) framework. It can be used in supported CDNs."
572
- },
573
- "httpupgrade_enable": {
574
- "label": "Enable HTTPUpgrade Method",
575
- "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"
576
- },
577
- "path_httpupgrade": {
578
- "label": "HTTP Upgrade Path",
579
- "description": "should be random"
580
- },
581
- "mux": {
582
- "label": "MUX Config",
583
- "description": "MUX (Multiplex) configurations could be set in this section"
584
- },
585
- "tls_trick": {
586
- "label": "TLS Trick",
587
- "description": "TLS Fragmentation configurations could be set in this section"
588
- },
589
433
  "ssh": {
590
434
  "label": "SSH Proxy",
591
435
  "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"
@@ -597,14 +441,6 @@
597
441
  "hidden": {
598
442
  "label": "-",
599
443
  "description": "-"
600
- },
601
- "wireguard": {
602
- "label": "Wireguard",
603
- "description": "WireGuard is a lightweight, UDP based protocol known for its simplicity, efficiency, and strong security. It offers quick setup, transparent code, and has gained popularity for its ease of use across various operating systems.\n\n⚠️ Accounting is not yet implemented for this protocol."
604
- },
605
- "shadowsocks": {
606
- "label": "Shadowsocks",
607
- "description": "Shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
608
444
  }
609
445
  },
610
446
  "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.",
@@ -782,6 +618,8 @@
782
618
  "Couldn't find your ip addresses": "Couldn't find your IP Addresses",
783
619
  "Can not connect to Cloudflare.": "Can not connect to Cloudflare.",
784
620
  "Using alias with special charachters may cause problem in some clients like FairVPN.": "Using alias with special charachters may cause problem in some clients like FairVPN.",
621
+ "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",
622
+ "In CDN mode, Domain IP=%(domain_ip)s should be different to your ip=%(server_ip)s": "In CDN mode, Domain IP=%(domain_ip)s should be different to your ip=%(server_ip)s",
785
623
  "Domain is not REALITY friendly!": "Domain is Not REALITY Friendly!",
786
624
  "REALITY Fallback domain is not compaitble with server names!": "REALITY Fallback Domain is not compaitble with Server names!",
787
625
  "Error in auto cdn format": "⚠️ Error in Auto CDN Format",
@@ -863,7 +701,7 @@
863
701
  "Remaining: ": "Package Ends",
864
702
  "You have too much users! You can have only %(active)s active users and %(total)s users": "You have too much users! You can have only %(active)s active users and %(total)s users",
865
703
  "Backup": "Backup",
866
- "You can download a json formated of configurations by clicking <a href='%(link)s' class='btn btn-primary'>here</a>": "🔄 Hiddify Manager automatically takes a Backup every 6 Hours. The path of the Backup files on the server: ⬇️\n<br>\n/opt/hiddify-config/hiddify-panel/backup\n<br>\n<br>\n<br>\n⚠️ You can download a JSON file format of the configurations by clicking on the button below\n<br>\n<br>\n<a href='%(link)s' class='btn btn-primary'>Download Backup File</a>",
704
+ "You can download a json formated of configurations by clicking <a href='%(link)s' class='btn btn-primary'>here</a>": "🔄 Hiddify Manager automatically takes a Backup every 6 Hours. The path of the Backup files on the server: ⬇️\n<br>\n/opt/hiddify-manager/hiddify-panel/backup/\n<br>\n<br>\n<br>\n⚠️ You can download a JSON file format of the configurations by clicking on the button below\n<br>\n<br>\n<a href='%(link)s' class='btn btn-primary'>Download Backup File</a>",
867
705
  "Restore": "♻️ Restore",
868
706
  "You can restore your configs from previously downloaded configs": "ℹ️ You can restore your configs from previously downloaded backup file",
869
707
  "Why Going to Premium?": "Why Going to Premium?",