hiddifypanel 10.80.0.dev14__py3-none-any.whl → 10.80.0.dev16__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 (29) hide show
  1. hiddifypanel/VERSION +1 -1
  2. hiddifypanel/VERSION.py +1 -1
  3. hiddifypanel/hutils/proxy/__init__.py +1 -0
  4. hiddifypanel/hutils/proxy/wireguard.py +34 -0
  5. hiddifypanel/models/config.py +4 -1
  6. hiddifypanel/panel/admin/DomainAdmin.py +2 -1
  7. hiddifypanel/panel/admin/QuickSetup.py +1 -1
  8. hiddifypanel/panel/common.py +1 -1
  9. hiddifypanel/panel/user/user.py +6 -18
  10. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  11. hiddifypanel/translations/en/LC_MESSAGES/messages.po +602 -0
  12. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  13. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +612 -0
  14. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  15. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +603 -0
  16. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  17. hiddifypanel/translations/ru/LC_MESSAGES/messages.po +610 -0
  18. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  19. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +570 -0
  20. hiddifypanel/translations.i18n/en.json +345 -1
  21. hiddifypanel/translations.i18n/fa.json +345 -1
  22. hiddifypanel/translations.i18n/pt.json +345 -1
  23. hiddifypanel/translations.i18n/ru.json +345 -1
  24. hiddifypanel/translations.i18n/zh.json +345 -1
  25. {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev16.dist-info}/METADATA +1 -1
  26. {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev16.dist-info}/RECORD +29 -28
  27. {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev16.dist-info}/LICENSE.md +0 -0
  28. {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev16.dist-info}/WHEEL +0 -0
  29. {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev16.dist-info}/entry_points.txt +0 -0
@@ -57,6 +57,7 @@
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",
60
61
  "Domain is not REALITY friendly!": "Domain is Not REALITY Friendly!",
61
62
  "Domain?": "Domain?",
62
63
  "Donation": {
@@ -151,6 +152,7 @@
151
152
  "QRCode": "<i class='fa-solid fa-qrcode'></i> QRCode",
152
153
  "RAM": "RAM",
153
154
  "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!",
154
156
  "Release": "✅ Release",
155
157
  "Remaining about %(relative)s, exactly %(days)s days": "Remaining about %(relative)s, exactly %(days)s days",
156
158
  "Remote nodes are not supported yet!": "Remote nodes are not supported yet!",
@@ -186,6 +188,7 @@
186
188
  "Simplifies the process of employing the link elsewhere.": "Simplifies the process of employing the link elsewhere",
187
189
  "SingBox": "📦 SingBox",
188
190
  "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",
189
192
  "Start Date": "Start Date",
190
193
  "Started %(days)s days ago": "Started %(days)s days ago",
191
194
  "Started from %(relative)s": "Started from %(relative)s",
@@ -331,10 +334,12 @@
331
334
  }
332
335
  },
333
336
  "auto": "Auto",
337
+ "auto_cdn_ip": "☑️ Automatic CDN IP Selector",
334
338
  "bot": {
335
339
  "admin_welcome": "Hooray 🎉 🎉 🎉 Welcome to admin bot. Choose your action",
336
340
  "welcome": "Hooray 🎉 🎉 🎉 \nWelcome to Hiddify bot\nStart by clicking the link on the Panel or entering your UUID user."
337
341
  },
342
+ "cdn": "🔀 CDN (Cloudflare Proxy, ...)",
338
343
  "cf-delete": {
339
344
  "failed": "cf-delete.failed"
340
345
  },
@@ -410,18 +415,34 @@
410
415
  "description": "Please follow <a href='https://github.com/hiddify/hiddify-config/wiki/Get-Cloudflare-API' target='_blank'>the instruction</a> and paste the Cloudflare API Key",
411
416
  "label": "🔑 Cloudflare API"
412
417
  },
418
+ "core_type": {
419
+ "description": "☢️ XRay : Is a Complete Core\n<br>\n📦 Singbox : Developed by SagerNet. It is also a good core",
420
+ "label": "🎛️ Core"
421
+ },
413
422
  "country": {
414
423
  "description": "It applies the appropriate settings for each country according to the filtering conditions of that country",
415
424
  "label": "🌍 Country"
416
425
  },
426
+ "create_easysetup_link": {
427
+ "description": "config.create_easysetup_link.description",
428
+ "label": "config.create_easysetup_link.label"
429
+ },
417
430
  "db_version": {
418
431
  "description": "Database Version Description",
419
432
  "label": "Database Version Label"
420
433
  },
434
+ "dbvalues": {
435
+ "description": "config.dbvalues.description",
436
+ "label": "config.dbvalues.label"
437
+ },
421
438
  "decoy_domain": {
422
439
  "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",
423
440
  "label": "📺 Decoy Site"
424
441
  },
442
+ "dns_server": {
443
+ "description": "✳️ Default 1.1.1.1 <br>\n🚧 Block Malware 1.1.1.2 <br>\n🔞 Block Porn 1.1.1.3\n",
444
+ "label": "🖥 DNS Server"
445
+ },
425
446
  "domain_fronting": {
426
447
  "description": "It is used to simulate another website instead of your website in SNI. therefore, GFW can not filter your Domain\n<a href='https://github.com/hiddify/hiddify-config/wiki/%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%D8%A7%D8%B2-%D8%AF%D8%A7%D9%85%DB%8C%D9%86-%D9%81%D8%B1%D8%A7%D9%86%D8%AA%DB%8C%D9%86%DA%AF'>Guide</a>. ⚠️CloudFlare does not support Domain Fronting.",
427
448
  "label": "🔒 TLS Domain Fronting"
@@ -450,6 +471,22 @@
450
471
  "description": "It is General System Configurations",
451
472
  "label": "General Settings"
452
473
  },
474
+ "grpc_enable": {
475
+ "description": "gRPC is a modern open source high performance Remote Procedure Call (RPC) framework. It can be used in supported CDNs",
476
+ "label": "➿ gRPC"
477
+ },
478
+ "h2_enable": {
479
+ "description": "Enable HTTP/2 Protocol",
480
+ "label": "🔵 h2"
481
+ },
482
+ "hidden": {
483
+ "description": "config.hidden.description",
484
+ "label": "config.hidden.label"
485
+ },
486
+ "hiddifycli_enable": {
487
+ "description": "config.hiddifycli_enable.description",
488
+ "label": "config.hiddifycli_enable.label"
489
+ },
453
490
  "http": {
454
491
  "description": "HTTP Configurations could be set in this section",
455
492
  "label": "HTTP Configuration"
@@ -462,6 +499,34 @@
462
499
  "description": "By allowing this, your users can connect to the system with Unencrypted HTTP Port. (Not Recommended)",
463
500
  "label": "☑️ Allow HTTP Connection"
464
501
  },
502
+ "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>",
504
+ "label": "🆙 HTTPUpgrade Method"
505
+ },
506
+ "hysteria": {
507
+ "description": "Hysteria is a feature-packed proxy & relay tool optimized for lossy, unstable connections (e.g. satellite networks, congested public Wi-Fi, connecting to foreign servers from China)",
508
+ "label": "Hysteria"
509
+ },
510
+ "hysteria_down_mbps": {
511
+ "description": "Hysteria Maximum Download Speed",
512
+ "label": "⬇️ Hysteria Download (mbps)"
513
+ },
514
+ "hysteria_enable": {
515
+ "description": "To Enable UDP based Hysteria Protocol",
516
+ "label": "⚫️ Hysteria2"
517
+ },
518
+ "hysteria_obfs_enable": {
519
+ "description": " Enables Hysteria Obfuscation (Salamander)",
520
+ "label": "🎛 Hysteria OBFS"
521
+ },
522
+ "hysteria_port": {
523
+ "description": "Hysteria UDP Port for example 5678",
524
+ "label": "🔍 Hysteria2 Port"
525
+ },
526
+ "hysteria_up_mbps": {
527
+ "description": "Hysteria Maximum Upload Speed",
528
+ "label": "⬆️ Hysteria Upload (mbps)"
529
+ },
465
530
  "invalid-pattern-for-warp-sites": "⚠️ The Site entered for the Warp does not match the specified template",
466
531
  "invalid_uuid": "Invalid UUID secret. example: 6098ea35-8cb2-4a08-ba15-2be25bc49cb6\n\n",
467
532
  "is_parent": {
@@ -488,10 +553,58 @@
488
553
  "description": "config.last_hash.description",
489
554
  "label": "config.last_hash.label"
490
555
  },
556
+ "last_priodic_usage_check": {
557
+ "description": "config.last_priodic_usage_check.description",
558
+ "label": "config.last_priodic_usage_check.label"
559
+ },
491
560
  "license": {
492
561
  "description": "For commercial use of this Product, you must Purchase its License",
493
562
  "label": "License Code"
494
563
  },
564
+ "log_level": {
565
+ "description": "config.log_level.description",
566
+ "label": "config.log_level.label"
567
+ },
568
+ "mux": {
569
+ "description": "MUX (Multiplex) configurations could be set in this section",
570
+ "label": "MUX Config"
571
+ },
572
+ "mux_brutal_down_mbps": {
573
+ "description": "TCP-Brutal Maximum Download Speed",
574
+ "label": "⬇️ MUX Brutal Download (mbps)"
575
+ },
576
+ "mux_brutal_enable": {
577
+ "description": "Enables TCP-Brutal congestion control algorithm",
578
+ "label": "☣️ MUX Brutal"
579
+ },
580
+ "mux_brutal_up_mbps": {
581
+ "description": "TCP-Brutal Maximum Upload Speed",
582
+ "label": "⬆️ MUX Brutal Upload (mbps)"
583
+ },
584
+ "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>",
586
+ "label": "Ⓜ️ MUX (⚠️ Incompatible With Some Clients)"
587
+ },
588
+ "mux_max_connections": {
589
+ "description": "Maximum Connections. Conflict with Max Streams",
590
+ "label": "⛓ MUX Max Connections"
591
+ },
592
+ "mux_max_streams": {
593
+ "description": "Maximum Multiplexed streams in a connection before opening a new connection",
594
+ "label": "↗️ MUX Max Streams"
595
+ },
596
+ "mux_min_streams": {
597
+ "description": "Minimum Multiplexed streams in a connection before opening a new connection",
598
+ "label": "↘️ MUX Min Streams"
599
+ },
600
+ "mux_padding_enable": {
601
+ "description": "MUX Padding description",
602
+ "label": "⟹ MUX Padding"
603
+ },
604
+ "mux_protocol": {
605
+ "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",
606
+ "label": "♍️ MUX Protocol"
607
+ },
495
608
  "netdata": {
496
609
  "description": "For displaying resources. uses your Server's CPU but it is not too much.",
497
610
  "label": "Netdata"
@@ -508,6 +621,18 @@
508
621
  "description": "Specify whether you want Released Package or Beta one",
509
622
  "label": "🔄 Package Update Mode"
510
623
  },
624
+ "panel_mode": {
625
+ "description": "config.panel_mode.description",
626
+ "label": "config.panel_mode.label"
627
+ },
628
+ "parent_admin_proxy_path": {
629
+ "description": "config.parent_admin_proxy_path.description",
630
+ "label": "config.parent_admin_proxy_path.label"
631
+ },
632
+ "parent_domain": {
633
+ "description": "config.parent_domain.description",
634
+ "label": "config.parent_domain.label"
635
+ },
511
636
  "parent_panel": {
512
637
  "description": "You can Connect to the Central Panel to define only one user and the usage of all Servers will be added cumulatively.",
513
638
  "label": "Parent Panel (Multi Server)"
@@ -516,6 +641,10 @@
516
641
  "description": "gRPC Path In Configs",
517
642
  "label": "ℹ️ gRPC Path"
518
643
  },
644
+ "path_httpupgrade": {
645
+ "description": "should be random",
646
+ "label": "ℹ️ HTTP Upgrade Path"
647
+ },
519
648
  "path_ss": {
520
649
  "description": "Shadowsocks Path in the Links",
521
650
  "label": "Shadowsocks Path"
@@ -544,6 +673,10 @@
544
673
  "description": "Specify the Websocket Path",
545
674
  "label": "ℹ️ Path of Websocket Requests"
546
675
  },
676
+ "path_xhttp": {
677
+ "description": "This option defines the Path for Split HTTP",
678
+ "label": "ℹ️ Path for Split HTTP"
679
+ },
547
680
  "proxies": {
548
681
  "description": "Define specific proxy settings",
549
682
  "label": "Proxies Settings"
@@ -552,14 +685,34 @@
552
685
  "description": "We use secret proxy path to hide our proxies for the gouvernment",
553
686
  "label": "ℹ️ Secret Proxy Path"
554
687
  },
688
+ "proxy_path_admin": {
689
+ "description": "We use secret proxy path to hide our proxies for the governments and bots",
690
+ "label": "🔐 Proxy Path for Admins"
691
+ },
692
+ "proxy_path_client": {
693
+ "description": "Secret proxy path hide the proxies from the governments and bots",
694
+ "label": "🔏 Proxy Path for Clients"
695
+ },
696
+ "quic_enable": {
697
+ "description": "Enable QUIC Protocol",
698
+ "label": "🟡 QUIC"
699
+ },
555
700
  "reality": {
556
701
  "description": "REALITY eliminate the Server-Side TLS Fingerprint Feature",
557
702
  "label": "Reality"
558
703
  },
704
+ "reality_enable": {
705
+ "description": "Enable Reality Protocol",
706
+ "label": "🔴 Reality"
707
+ },
559
708
  "reality_fallback_domain": {
560
709
  "description": "When the GFW visit the Websites in Server names, it will be redirect to this Domain.",
561
710
  "label": "🌍 Reality Fallback Domain"
562
711
  },
712
+ "reality_port": {
713
+ "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)",
714
+ "label": "↔️ Direct Reality Port"
715
+ },
563
716
  "reality_private_key": {
564
717
  "description": "Do Not Change It",
565
718
  "label": "🔑 Private Key"
@@ -588,6 +741,22 @@
588
741
  "description": "config.restls1_3_domain.description",
589
742
  "label": "config.restls1_3_domain.label"
590
743
  },
744
+ "shadowsocks": {
745
+ "description": "Shadowsocks is a fast tunnel proxy that helps you bypass firewalls",
746
+ "label": "Shadowsocks"
747
+ },
748
+ "shadowsocks2022_enable": {
749
+ "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)",
750
+ "label": "⭕️ Shadowsocks 2022"
751
+ },
752
+ "shadowsocks2022_method": {
753
+ "description": "This method also used in ShadowTLS and SSFakeTLS",
754
+ "label": "🔐 Shadowsocks Encrypytion Method"
755
+ },
756
+ "shadowsocks2022_port": {
757
+ "description": "It needs both UDP and TCP to be Free",
758
+ "label": "↔️ Shadowsocks 2022 Port"
759
+ },
591
760
  "shadowtls": {
592
761
  "description": "A Proxy to expose real tls handshake to the firewall.\n\nIt works like TROJAN but It does not require signing certificate. the firewall will see real tls handshake with valid certificate that you choose.",
593
762
  "label": "ShadowTLS"
@@ -624,6 +793,54 @@
624
793
  "description": "Please use a well known domain in your data center. for example, If you are in Azure data center, microsoft-update.com Is a good example",
625
794
  "label": "🌍 SS FakeTLS FakeDomain"
626
795
  },
796
+ "ssh": {
797
+ "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",
798
+ "label": "SSH Proxy"
799
+ },
800
+ "ssh_host_dsa_pk": {
801
+ "description": "config.ssh_host_dsa_pk.description",
802
+ "label": "config.ssh_host_dsa_pk.label"
803
+ },
804
+ "ssh_host_dsa_pub": {
805
+ "description": "config.ssh_host_dsa_pub.description",
806
+ "label": "config.ssh_host_dsa_pub.label"
807
+ },
808
+ "ssh_host_ecdsa_pk": {
809
+ "description": "config.ssh_host_ecdsa_pk.description",
810
+ "label": "config.ssh_host_ecdsa_pk.label"
811
+ },
812
+ "ssh_host_ecdsa_pub": {
813
+ "description": "config.ssh_host_ecdsa_pub.description",
814
+ "label": "config.ssh_host_ecdsa_pub.label"
815
+ },
816
+ "ssh_host_ed25519_pk": {
817
+ "description": "config.ssh_host_ed25519_pk.description",
818
+ "label": "config.ssh_host_ed25519_pk.label"
819
+ },
820
+ "ssh_host_ed25519_pub": {
821
+ "description": "config.ssh_host_ed25519_pub.description",
822
+ "label": "config.ssh_host_ed25519_pub.label"
823
+ },
824
+ "ssh_host_rsa_pk": {
825
+ "description": "config.ssh_host_rsa_pk.description",
826
+ "label": "config.ssh_host_rsa_pk.label"
827
+ },
828
+ "ssh_host_rsa_pub": {
829
+ "description": "config.ssh_host_rsa_pub.description",
830
+ "label": "config.ssh_host_rsa_pub.label"
831
+ },
832
+ "ssh_server_enable": {
833
+ "description": "SSH Proxy is completely different than original SSH Server",
834
+ "label": "✔️ SSH Proxy"
835
+ },
836
+ "ssh_server_port": {
837
+ "description": "This is completely different from your original SSH server. It is a dedicated program.",
838
+ "label": "↔️ SSH Proxy Port"
839
+ },
840
+ "ssh_server_redis_url": {
841
+ "description": "Not Used",
842
+ "label": "SSH user database address"
843
+ },
627
844
  "ssr": {
628
845
  "description": "ShadowsocksR is a fork of the original Shadowsocks project, claimed to be superior in terms of security and stability.",
629
846
  "label": "SSR"
@@ -636,6 +853,38 @@
636
853
  "description": "Please use a well known domain In your data center. for example, If you are In Azure data center, microsoft-update.com Is a good example",
637
854
  "label": "SSR FakeDomain"
638
855
  },
856
+ "sub_full_clash_enable": {
857
+ "description": "config.sub_full_clash_enable.description",
858
+ "label": "config.sub_full_clash_enable.label"
859
+ },
860
+ "sub_full_clash_meta_enable": {
861
+ "description": "config.sub_full_clash_meta_enable.description",
862
+ "label": "config.sub_full_clash_meta_enable.label"
863
+ },
864
+ "sub_full_links_b64_enable": {
865
+ "description": "config.sub_full_links_b64_enable.description",
866
+ "label": "config.sub_full_links_b64_enable.label"
867
+ },
868
+ "sub_full_links_enable": {
869
+ "description": "config.sub_full_links_enable.description",
870
+ "label": "config.sub_full_links_enable.label"
871
+ },
872
+ "sub_full_singbox_enable": {
873
+ "description": "config.sub_full_singbox_enable.description",
874
+ "label": "config.sub_full_singbox_enable.label"
875
+ },
876
+ "sub_full_xray_json_enable": {
877
+ "description": "XRay full link provides comprehensive configuration options for XRay-specific settings. This includes custom fragmentation and multiplexing (mux) in applications such as v2rayNG that support XRay protocols for fine-tuned control over XRay proxy setup.",
878
+ "label": "⚙️ XRay Full Config Link"
879
+ },
880
+ "sub_singbox_ssh_enable": {
881
+ "description": "config.sub_singbox_ssh_enable.description",
882
+ "label": "config.sub_singbox_ssh_enable.label"
883
+ },
884
+ "tcp_enable": {
885
+ "description": "Enables TCP Protocol",
886
+ "label": "🟠 TCP"
887
+ },
639
888
  "telegram": {
640
889
  "description": "A proxy designed for Telegram to bypass Telegram filtering",
641
890
  "label": "Telegram Configs"
@@ -664,10 +913,38 @@
664
913
  "description": "TLS Configurations could be set in this section",
665
914
  "label": "TLS Settings"
666
915
  },
916
+ "tls_fragment_enable": {
917
+ "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>",
918
+ "label": "⏯ TLS Fragment"
919
+ },
920
+ "tls_fragment_size": {
921
+ "description": "The Size of each Packet",
922
+ "label": "🎚 TLS Fragment Size"
923
+ },
924
+ "tls_fragment_sleep": {
925
+ "description": "The time delay between Fragments",
926
+ "label": "⏱ TLS Fragment Sleep"
927
+ },
928
+ "tls_mixed_case": {
929
+ "description": "Enables TLS Mixed SNI Case Fragmentation",
930
+ "label": "🔠 TLS Mixed SNI Case"
931
+ },
932
+ "tls_padding_enable": {
933
+ "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>",
934
+ "label": "♒️ TLS Padding"
935
+ },
936
+ "tls_padding_length": {
937
+ "description": "The length of the Padding for TLS Fragmentation",
938
+ "label": "📏 TLS Padding"
939
+ },
667
940
  "tls_ports": {
668
941
  "description": "Comma separated integers indicating the ports to use as TLS Connection (Port 443 will be used in anycase)\n",
669
942
  "label": "🔎 TLS Ports"
670
943
  },
944
+ "tls_trick": {
945
+ "description": "TLS Fragmentation configurations could be set in this section",
946
+ "label": "TLS Trick"
947
+ },
671
948
  "too_advanced": {
672
949
  "description": "Specify The Proxy Path. It is important especially if you are using HTTP and VMess",
673
950
  "label": "Very Advanced Settings"
@@ -676,6 +953,10 @@
676
953
  "description": "Torrent Block Configurations could be set in this section.",
677
954
  "label": "Torrent Block Configuration"
678
955
  },
956
+ "trojan_enable": {
957
+ "description": "Enables Trojan Protocol",
958
+ "label": "🟤 Trojan"
959
+ },
679
960
  "tuic": {
680
961
  "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",
681
962
  "label": "TUIC"
@@ -703,6 +984,10 @@
703
984
  "validation-error": "There is an error in one of the fields.",
704
985
  "validation-success": "Configs have been changed successfully. Click %(link)s to apply the configs. It may take 2 minutes to apply",
705
986
  "validation-success-no-reset": " ✅ Configs have been changed successfully",
987
+ "vless_enable": {
988
+ "description": "Enable VLess Protocol",
989
+ "label": "⚫️ VLess"
990
+ },
706
991
  "vmess_enable": {
707
992
  "description": "Active VMess Protocol",
708
993
  "label": "🟣 VMess"
@@ -723,11 +1008,61 @@
723
1008
  "warp_plus_code": {
724
1009
  "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",
725
1010
  "label": "🔑 Warp Plus Key"
1011
+ },
1012
+ "warp_sites": {
1013
+ "description": "Add additional sites to pass through WARP (only when warp mode is not None)",
1014
+ "label": "🆚 Additional WARP Sites"
1015
+ },
1016
+ "wireguard": {
1017
+ "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",
1018
+ "label": "WireGuard"
1019
+ },
1020
+ "wireguard_enable": {
1021
+ "description": "<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a>)</p>",
1022
+ "label": "🐉 WireGuard"
1023
+ },
1024
+ "wireguard_ipv4": {
1025
+ "description": "Enables IPv4 in WireGuard",
1026
+ "label": " IPv4 in WireGuard"
1027
+ },
1028
+ "wireguard_ipv6": {
1029
+ "description": "Enables IPv6 in WireGuard",
1030
+ "label": "IPv6 in WireGuard"
1031
+ },
1032
+ "wireguard_noise_trick": {
1033
+ "description": "This method introduces extra noise to prevent detection and blocking by the GFW",
1034
+ "label": "💥 WireGuard Noise Trick"
1035
+ },
1036
+ "wireguard_port": {
1037
+ "description": "Defines Port for WireGuard ",
1038
+ "label": "↔️ WireGuard Port"
1039
+ },
1040
+ "wireguard_private_key": {
1041
+ "description": "A private key is specified to WireGuard",
1042
+ "label": "WireGuard Private Key"
1043
+ },
1044
+ "wireguard_public_key": {
1045
+ "description": "A public key is specified to WireGuard",
1046
+ "label": "WireGuard Public Key"
1047
+ },
1048
+ "ws_enable": {
1049
+ "description": "Websocket creates a tunnel over HTTP that is useful to be used in CDN",
1050
+ "label": "🔰 Websocket"
1051
+ },
1052
+ "xhttp_enable": {
1053
+ "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>",
1054
+ "label": "🈁 Split HTTP"
1055
+ },
1056
+ "xtls_enable": {
1057
+ "description": "Enables XTLS Protocol",
1058
+ "label": "🟢 XTLS"
726
1059
  }
727
1060
  },
728
1061
  "copy": "Copy",
1062
+ "daily": "⏰ Daily",
729
1063
  "days": "Days",
730
1064
  "desktop": "Desktop",
1065
+ "direct": "➡️ Direct",
731
1066
  "domain": {
732
1067
  "cdn": "CDN",
733
1068
  "changed_in_domain_warning": "⚠️ Your Domains Changed. please do not forget to copy Admin links, otherwise you can not access to the panel anymore",
@@ -749,6 +1084,7 @@
749
1084
  "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."
750
1085
  },
751
1086
  "download": "Direct Download",
1087
+ "fake": "🆎 Fake Site",
752
1088
  "gRPC": "➿ gRPC",
753
1089
  "grpc-proxy": {
754
1090
  "description": "ℹ️ gRPC is a H2 based Protocol. Maybe it is faster for you!"
@@ -787,8 +1123,10 @@
787
1123
  "master": {
788
1124
  "page-title": "HiddifyManager"
789
1125
  },
1126
+ "monthly": "🗓️ Monthly",
790
1127
  "move_to_new_link": "The page has been moved to a new link. Please copy and save the new link.",
791
1128
  "next": "Next",
1129
+ "no_reset": "⭐️ Without Reset",
792
1130
  "node": {
793
1131
  "diff-version": "node.diff-version",
794
1132
  "mode": {
@@ -804,6 +1142,7 @@
804
1142
  "label": "Node UUID"
805
1143
  }
806
1144
  },
1145
+ "old_xtls_direct": "🔙 Old Direct Mode (For Trojan TCP, VLess XTLS)",
807
1146
  "open": "Open",
808
1147
  "outdated_panel": "⚠️ This version of Hiddify Manager is outdated. please Update it from Admin area",
809
1148
  "package days?": "package days?",
@@ -825,6 +1164,8 @@
825
1164
  "success": "Changing the Language was Successful."
826
1165
  }
827
1166
  },
1167
+ "reality": "🔂 Reality",
1168
+ "relay": "♾️ Relay (Connect Using an Intermediate Node)",
828
1169
  "search": "Search",
829
1170
  "see the log in the bellow screen": "📑 See the log in the bellow screen",
830
1171
  "serverssh": {
@@ -834,6 +1175,7 @@
834
1175
  },
835
1176
  "singbox: ssh": "SingBox: SSH",
836
1177
  "ssh": "SSH",
1178
+ "sub_link_only": "📳 Only for Subscription Link (can be Direct, Relay, or CDN)",
837
1179
  "telegram": "Telegram",
838
1180
  "test": "Test",
839
1181
  "update": "Update",
@@ -949,5 +1291,7 @@
949
1291
  },
950
1292
  "vpn": {
951
1293
  "notallowed": "Please visit this page without using a VPN. You need to access it from the country %(expected_country)s, but you're currently accessing it from %(your_country)s."
952
- }
1294
+ },
1295
+ "weekly": "📅 Weekly",
1296
+ "worker": "✴️ Cloudflare Worker"
953
1297
  }