hiddifypanel 10.80.0.dev14__py3-none-any.whl → 10.80.0.dev15__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.
- hiddifypanel/VERSION +1 -1
- hiddifypanel/VERSION.py +1 -1
- hiddifypanel/hutils/proxy/__init__.py +1 -0
- hiddifypanel/hutils/proxy/wireguard.py +34 -0
- hiddifypanel/panel/admin/QuickSetup.py +1 -1
- hiddifypanel/panel/common.py +1 -1
- hiddifypanel/panel/user/user.py +6 -18
- hiddifypanel/translations.i18n/en.json +342 -1
- hiddifypanel/translations.i18n/fa.json +342 -1
- hiddifypanel/translations.i18n/pt.json +342 -1
- hiddifypanel/translations.i18n/ru.json +342 -1
- hiddifypanel/translations.i18n/zh.json +342 -1
- {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev15.dist-info}/METADATA +1 -1
- {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev15.dist-info}/RECORD +17 -16
- {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev15.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev15.dist-info}/WHEEL +0 -0
- {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev15.dist-info}/entry_points.txt +0 -0
@@ -331,10 +331,12 @@
|
|
331
331
|
}
|
332
332
|
},
|
333
333
|
"auto": "自动",
|
334
|
+
"auto_cdn_ip": "☑️ 自动 CDN IP 选择器",
|
334
335
|
"bot": {
|
335
336
|
"admin_welcome": "欢迎使用管理机器人。选择你的行动",
|
336
337
|
"welcome": "万岁🎉🎉🎉\n欢迎使用 Hiddify 机器人\n首先单击面板上的链接或输入您的 UUID。"
|
337
338
|
},
|
339
|
+
"cdn": "🔀 CDN(Cloudflare 代理,...)",
|
338
340
|
"cf-delete": {
|
339
341
|
"failed": "cf-删除失败"
|
340
342
|
},
|
@@ -410,18 +412,34 @@
|
|
410
412
|
"description": "请按照<a href='https://github.com/hiddify/hiddify-config/wiki/Get-Cloudflare-API' target='_blank'>说明</a>并粘贴 Cloudflare API 密钥",
|
411
413
|
"label": "🔑 Cloudflare API"
|
412
414
|
},
|
415
|
+
"core_type": {
|
416
|
+
"description": "☢️ XRay:是一个完整的核心\n<br>\n📦 Singbox:由 SagerNet 开发。也是一个不错的核心",
|
417
|
+
"label": "🎛️核心"
|
418
|
+
},
|
413
419
|
"country": {
|
414
420
|
"description": "它根据每个国家/地区的过滤条件应用适当的设置",
|
415
421
|
"label": "🌍国家"
|
416
422
|
},
|
423
|
+
"create_easysetup_link": {
|
424
|
+
"description": "config.create_easysetup_link.description",
|
425
|
+
"label": "config.create_easysetup_link.label"
|
426
|
+
},
|
417
427
|
"db_version": {
|
418
428
|
"description": "数据库版本说明",
|
419
429
|
"label": "数据库版本标签"
|
420
430
|
},
|
431
|
+
"dbvalues": {
|
432
|
+
"description": "config.dbvalues.description",
|
433
|
+
"label": "config.dbvalues.label"
|
434
|
+
},
|
421
435
|
"decoy_domain": {
|
422
436
|
"description": "假网站:当有人直接访问您的域时模拟网站。<br>\n⚠️ 不要使用金融、伊朗和著名网站或需要登录的网站,例如 Google、Yahoo、Wikipedia、PayPal。<br>\n⛔ 请务必检查该网站并确保它是正确的网站,否则您可能会收到网络钓鱼警告。<br>\n⛔⛔ 再次检查该域名,以免以后出现问题",
|
423
437
|
"label": "📺 诱饵网站"
|
424
438
|
},
|
439
|
+
"dns_server": {
|
440
|
+
"description": "✳️默认1.1.1.1 <br>\n🚧 阻止恶意软件 1.1.1.2 <br>\n🔞 阻止色情 1.1.1.3",
|
441
|
+
"label": "🖥 DNS 服务器"
|
442
|
+
},
|
425
443
|
"domain_fronting": {
|
426
444
|
"description": "它用于在 SNI 中模拟另一个网站而不是您的网站。因此,GFW 无法过滤您的域名\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'>指南</a>。 ⚠️CloudFlare 不支持域前置。",
|
427
445
|
"label": "🔒 启用 TLS 域前置"
|
@@ -450,6 +468,22 @@
|
|
450
468
|
"description": "这是一般系统配置",
|
451
469
|
"label": "常规设置"
|
452
470
|
},
|
471
|
+
"grpc_enable": {
|
472
|
+
"description": "gRPC 是一个现代开源高性能远程过程调用 (RPC) 框架。它可以在支持的 CDN 中使用",
|
473
|
+
"label": "➿ gRPC"
|
474
|
+
},
|
475
|
+
"h2_enable": {
|
476
|
+
"description": "启用 HTTP/2 协议",
|
477
|
+
"label": "🔵 h2"
|
478
|
+
},
|
479
|
+
"hidden": {
|
480
|
+
"description": "配置.隐藏.描述",
|
481
|
+
"label": "配置.隐藏.标签"
|
482
|
+
},
|
483
|
+
"hiddifycli_enable": {
|
484
|
+
"description": "config.hiddifycli_enable.description",
|
485
|
+
"label": "config.hiddifycli_enable.label"
|
486
|
+
},
|
453
487
|
"http": {
|
454
488
|
"description": "HTTP 配置可以在此部分设置",
|
455
489
|
"label": "HTTP 配置"
|
@@ -462,6 +496,34 @@
|
|
462
496
|
"description": "通过允许此操作,您的用户可以使用未加密的 HTTP 端口连接到系统。 (不建议)",
|
463
497
|
"label": "☑️ 允许 HTTP 连接"
|
464
498
|
},
|
499
|
+
"httpupgrade_enable": {
|
500
|
+
"description": "<p>HTTPUpgrade 在直接使用连接之前完成 HTTP 1.1 升级请求和响应。它与 WebSocket 类似,它创建了一个方向通道,可以通过许多反向代理和 CDN 转发,而无需处理围绕 WebSocket 协议本身的所有问题。<br />\n⚠️<strong>不适用于基于 Xray 的客户端。仅支持 HiddifyNext、Singbox 和 V2fly 客户端。</strong> <a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/Basic-Concepts/#http-upgrade\" target=\"_blank\"><strong>(阅读更多)</strong></a></p>",
|
501
|
+
"label": "🆙 HTTPUpgrade 方法"
|
502
|
+
},
|
503
|
+
"hysteria": {
|
504
|
+
"description": "Hysteria 是一款功能齐全的代理和中继工具,针对有损、不稳定的连接(例如卫星网络、拥挤的公共 Wi-Fi、从中国连接到国外服务器)进行了优化",
|
505
|
+
"label": "Hysteria"
|
506
|
+
},
|
507
|
+
"hysteria_down_mbps": {
|
508
|
+
"description": "Hysteria 最大下载速度",
|
509
|
+
"label": "⬇️ Hysteria 下载 (mbps)"
|
510
|
+
},
|
511
|
+
"hysteria_enable": {
|
512
|
+
"description": "启用基于 UDP 的 Hysteria 协议",
|
513
|
+
"label": "启用歇斯底里2"
|
514
|
+
},
|
515
|
+
"hysteria_obfs_enable": {
|
516
|
+
"description": " 启用 Hysteria 混淆(Salamander)",
|
517
|
+
"label": "🎛 Hysteria OBFS"
|
518
|
+
},
|
519
|
+
"hysteria_port": {
|
520
|
+
"description": "Hysteria UDP 端口,例如 5678",
|
521
|
+
"label": "🔍 Hysteria2 端口"
|
522
|
+
},
|
523
|
+
"hysteria_up_mbps": {
|
524
|
+
"description": "Hysteria 最大上传速度",
|
525
|
+
"label": "⬆️ Hysteria 上传 (mbps)"
|
526
|
+
},
|
465
527
|
"invalid-pattern-for-warp-sites": "⚠️ 输入的 Warp 站点与指定的模板不匹配",
|
466
528
|
"invalid_uuid": "UUID 秘密无效。示例:6098ea35-8cb2-4a08-ba15-2be25bc49cb6",
|
467
529
|
"is_parent": {
|
@@ -488,10 +550,58 @@
|
|
488
550
|
"description": "config.last_hash.描述",
|
489
551
|
"label": "配置.last_hash.label"
|
490
552
|
},
|
553
|
+
"last_priodic_usage_check": {
|
554
|
+
"description": "配置.last_priodic_usage_check.description",
|
555
|
+
"label": "config.last_priodic_usage_check.标签"
|
556
|
+
},
|
491
557
|
"license": {
|
492
558
|
"description": "要将本产品用于商业用途,您必须购买其许可证",
|
493
559
|
"label": "许可证代码"
|
494
560
|
},
|
561
|
+
"log_level": {
|
562
|
+
"description": "config.log_level.description",
|
563
|
+
"label": "config.log_level.label"
|
564
|
+
},
|
565
|
+
"mux": {
|
566
|
+
"description": "可以在此部分设置 MUX(多路复用)配置",
|
567
|
+
"label": "MUX设置"
|
568
|
+
},
|
569
|
+
"mux_brutal_down_mbps": {
|
570
|
+
"description": "TCP-Brutal 最大下载速度",
|
571
|
+
"label": "⬇️ MUX Brutal 下载 (mbps)"
|
572
|
+
},
|
573
|
+
"mux_brutal_enable": {
|
574
|
+
"description": "启用 TCP-Brutal 拥塞控制算法",
|
575
|
+
"label": "☣️ MUX Brutal"
|
576
|
+
},
|
577
|
+
"mux_brutal_up_mbps": {
|
578
|
+
"description": "TCP-Brutal 最大上传速度",
|
579
|
+
"label": "⬆️ MUX Brutal 上传 (mbps)"
|
580
|
+
},
|
581
|
+
"mux_enable": {
|
582
|
+
"description": "<p>Mux 需要兼容的客户端。Hiddify Next 和 Singbox 中的 Mux 与 XRay 不兼容。 <a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" target=\"_blank\">(阅读更多)</a></p>",
|
583
|
+
"label": "Ⓜ️ MUX(⚠️ 与某些客户端不兼容)"
|
584
|
+
},
|
585
|
+
"mux_max_connections": {
|
586
|
+
"description": "最大连接数。与最大流数冲突",
|
587
|
+
"label": "⛓ MUX 最大连接数"
|
588
|
+
},
|
589
|
+
"mux_max_streams": {
|
590
|
+
"description": "打开新连接之前连接中的最大复用流数",
|
591
|
+
"label": "↗️ MUX 最大流"
|
592
|
+
},
|
593
|
+
"mux_min_streams": {
|
594
|
+
"description": "打开新连接之前连接中的最小多路复用流",
|
595
|
+
"label": "↘️ MUX 最小流"
|
596
|
+
},
|
597
|
+
"mux_padding_enable": {
|
598
|
+
"description": "MUX Padding 描述",
|
599
|
+
"label": "⟹ MUX Padding"
|
600
|
+
},
|
601
|
+
"mux_protocol": {
|
602
|
+
"description": "ℹ️ 多路复用协议。默认使用 'sMux'<inlang-LineFeed><br>\n➖ sMux: 流复用<inlang-LineFeed><br><inlang-LineFeed>➖ YaMux: 又一个多路复用器<inlang-LineFeed><br><inlang-LineFeed>➖ h2Mux: 通过 HTTP/2 多路复用流",
|
603
|
+
"label": "♍️ MUX 协议"
|
604
|
+
},
|
495
605
|
"netdata": {
|
496
606
|
"description": "用于显示资源。使用您服务器的 CPU,但不会太多。",
|
497
607
|
"label": "Netdata"
|
@@ -508,6 +618,18 @@
|
|
508
618
|
"description": "指定您想要发布的包还是开发的包",
|
509
619
|
"label": "🔄 包更新模式"
|
510
620
|
},
|
621
|
+
"panel_mode": {
|
622
|
+
"description": "config.panel_mode.description",
|
623
|
+
"label": "config.panel_mode.label"
|
624
|
+
},
|
625
|
+
"parent_admin_proxy_path": {
|
626
|
+
"description": "config.parent_admin_proxy_path.description",
|
627
|
+
"label": "config.parent_admin_proxy_path.label"
|
628
|
+
},
|
629
|
+
"parent_domain": {
|
630
|
+
"description": "config.parent_domain.description",
|
631
|
+
"label": "config.parent_domain.label"
|
632
|
+
},
|
511
633
|
"parent_panel": {
|
512
634
|
"description": "您可以连接到中央面板仅定义一个用户,所有服务器的使用情况将累积添加。",
|
513
635
|
"label": "父面板(多服务器)"
|
@@ -516,6 +638,14 @@
|
|
516
638
|
"description": "配置中的 gRPC 路径",
|
517
639
|
"label": "ℹ️ gRPC 路径"
|
518
640
|
},
|
641
|
+
"path_httpupgrade": {
|
642
|
+
"description": "应该是随机的",
|
643
|
+
"label": "ℹ️ HTTP 升级路径"
|
644
|
+
},
|
645
|
+
"path_xhttp": {
|
646
|
+
"description": "此选项定义 Split HTTP 的路径",
|
647
|
+
"label": "Split HTTP 的路径"
|
648
|
+
},
|
519
649
|
"path_ss": {
|
520
650
|
"description": "链接中的 Shadowsocks 路径",
|
521
651
|
"label": "Shadowsocks 路径"
|
@@ -552,14 +682,34 @@
|
|
552
682
|
"description": "我们使用秘密代理路径来隐藏我们的政府代理",
|
553
683
|
"label": "ℹ️ 秘密代理路径"
|
554
684
|
},
|
685
|
+
"proxy_path_admin": {
|
686
|
+
"description": "我们使用秘密代理路径来向政府和机器人隐藏我们的代理",
|
687
|
+
"label": "🔐 管理员的代理路径"
|
688
|
+
},
|
689
|
+
"proxy_path_client": {
|
690
|
+
"description": "秘密代理路径隐藏了政府和机器人无法发现的代理",
|
691
|
+
"label": "🔏 客户端的代理路径"
|
692
|
+
},
|
693
|
+
"quic_enable": {
|
694
|
+
"description": "启用 QUIC 协议",
|
695
|
+
"label": "🟡 QUIC"
|
696
|
+
},
|
555
697
|
"reality": {
|
556
698
|
"description": "REALITY 消除了服务器端 TLS 指纹功能",
|
557
699
|
"label": "Reality"
|
558
700
|
},
|
701
|
+
"reality_enable": {
|
702
|
+
"description": "启用 Reality Protocol",
|
703
|
+
"label": "🔴 Reality"
|
704
|
+
},
|
559
705
|
"reality_fallback_domain": {
|
560
706
|
"description": "当 GFW 访问服务器名称中的网站时,将被重定向到该域。",
|
561
707
|
"label": "🌍 现实后备域"
|
562
708
|
},
|
709
|
+
"reality_port": {
|
710
|
+
"description": "您可以为您的现实服务器设置自定义端口,以减少系统开销。(允许直接连接到代理应该是肯定的)",
|
711
|
+
"label": "↔️ 直接 Reality 端口"
|
712
|
+
},
|
563
713
|
"reality_private_key": {
|
564
714
|
"description": "不要改变它",
|
565
715
|
"label": "🔑 私钥"
|
@@ -588,6 +738,22 @@
|
|
588
738
|
"description": "config.restls1_3_domain.description",
|
589
739
|
"label": "config.restls1_3_domain.label"
|
590
740
|
},
|
741
|
+
"shadowsocks": {
|
742
|
+
"description": "Shadowsocks 是一款快速隧道代理,可帮助你绕过防火墙",
|
743
|
+
"label": "Shadowsocks"
|
744
|
+
},
|
745
|
+
"shadowsocks2022_enable": {
|
746
|
+
"description": "Shadowsocks 2022 是一种用于 TCP 和 UDP 流量的安全代理协议。代理流量与随机字节流无法区分,因此可以绕过依赖 DPI(深度数据包检测)的防火墙和互联网审查程序",
|
747
|
+
"label": "⭕️ Shadowsocks 2022"
|
748
|
+
},
|
749
|
+
"shadowsocks2022_method": {
|
750
|
+
"description": "此方法也用于 ShadowTLS 和 SSFakeTLS",
|
751
|
+
"label": "🔐 Shadowsocks 加密方法"
|
752
|
+
},
|
753
|
+
"shadowsocks2022_port": {
|
754
|
+
"description": "需要 UDP 和 TCP 才能免费",
|
755
|
+
"label": "↔️ Shadowsocks 2022 端口"
|
756
|
+
},
|
591
757
|
"shadowtls": {
|
592
758
|
"description": "向防火墙公开真实的 tls 握手的代理。<inlang-LineFeed><inlang-LineFeed>它的工作原理类似于 Trojan,但不需要签名证书。防火墙将看到具有您选择的有效证书的真实 tls 握手。",
|
593
759
|
"label": "ShadowTLS"
|
@@ -612,6 +778,10 @@
|
|
612
778
|
"description": "允许您的用户进行速度测试。它可以帮助他们识别链接质量",
|
613
779
|
"label": "🚀 速度测试"
|
614
780
|
},
|
781
|
+
"xhttp_enable": {
|
782
|
+
"description": "该协议通过单独的渠道发送和接收信息 ",
|
783
|
+
"label": "🈁 Split HTTP"
|
784
|
+
},
|
615
785
|
"ssfaketls": {
|
616
786
|
"description": "Shadowsocks FakeTLS 是一个简单的混淆工具,将日期封装在 tls 数据包中",
|
617
787
|
"label": "Shadowsocks FakeTLS"
|
@@ -624,6 +794,54 @@
|
|
624
794
|
"description": "请使用您数据中心内的知名域名。例如,如果您位于 Azure 数据中心,microsoft-update.com 就是一个很好的例子",
|
625
795
|
"label": "🌍 SS FakeTLS 假域名"
|
626
796
|
},
|
797
|
+
"ssh": {
|
798
|
+
"description": "ℹ️ SSH 代理,也称为 SSH 隧道或 SSH 端口转发,是一种通过不安全网络在两台计算机之间创建安全通信通道的安全方法。我们有一个与 ssh 服务器完全不同的特定应用程序,无法执行任何命令",
|
799
|
+
"label": "SSH 代理"
|
800
|
+
},
|
801
|
+
"ssh_host_dsa_pk": {
|
802
|
+
"description": "",
|
803
|
+
"label": ""
|
804
|
+
},
|
805
|
+
"ssh_host_dsa_pub": {
|
806
|
+
"description": "",
|
807
|
+
"label": ""
|
808
|
+
},
|
809
|
+
"ssh_host_ecdsa_pk": {
|
810
|
+
"description": "",
|
811
|
+
"label": ""
|
812
|
+
},
|
813
|
+
"ssh_host_ecdsa_pub": {
|
814
|
+
"description": "",
|
815
|
+
"label": ""
|
816
|
+
},
|
817
|
+
"ssh_host_ed25519_pk": {
|
818
|
+
"description": "",
|
819
|
+
"label": ""
|
820
|
+
},
|
821
|
+
"ssh_host_ed25519_pub": {
|
822
|
+
"description": "",
|
823
|
+
"label": ""
|
824
|
+
},
|
825
|
+
"ssh_host_rsa_pk": {
|
826
|
+
"description": "",
|
827
|
+
"label": ""
|
828
|
+
},
|
829
|
+
"ssh_host_rsa_pub": {
|
830
|
+
"description": "",
|
831
|
+
"label": ""
|
832
|
+
},
|
833
|
+
"ssh_server_enable": {
|
834
|
+
"description": "SSH Proxy 与原来的 SSH Server 完全不同",
|
835
|
+
"label": "✔️ 启用 SSH 代理"
|
836
|
+
},
|
837
|
+
"ssh_server_port": {
|
838
|
+
"description": "这与你原来的 SSH 服务器完全不同。这是一个专用程序。",
|
839
|
+
"label": "↔️ SSH 代理端口"
|
840
|
+
},
|
841
|
+
"ssh_server_redis_url": {
|
842
|
+
"description": "不曾用过",
|
843
|
+
"label": "SSH用户数据库地址"
|
844
|
+
},
|
627
845
|
"ssr": {
|
628
846
|
"description": "ShadowsocksR是原始Shadowsocks项目的一个分支,号称在安全性和稳定性方面更胜一筹。",
|
629
847
|
"label": "SSR"
|
@@ -636,6 +854,38 @@
|
|
636
854
|
"description": "请在您的数据中心使用众所周知的域。例如,如果您在 Azure 数据中心,microsoft-update.com 就是一个很好的例子",
|
637
855
|
"label": "SSR 假域名"
|
638
856
|
},
|
857
|
+
"sub_full_clash_enable": {
|
858
|
+
"description": "config.sub_full_clash_enable.description",
|
859
|
+
"label": "config.sub_full_clash_enable.标签"
|
860
|
+
},
|
861
|
+
"sub_full_clash_meta_enable": {
|
862
|
+
"description": "config.sub_full_clash_meta_enable.description",
|
863
|
+
"label": "config.sub_full_clash_meta_enable.标签"
|
864
|
+
},
|
865
|
+
"sub_full_links_b64_enable": {
|
866
|
+
"description": "config.sub_full_links_b64_enable.description",
|
867
|
+
"label": "config.sub_full_links_b64_enable.标签"
|
868
|
+
},
|
869
|
+
"sub_full_links_enable": {
|
870
|
+
"description": "config.sub_full_links_enable.description",
|
871
|
+
"label": "config.sub_full_links_enable.label"
|
872
|
+
},
|
873
|
+
"sub_full_singbox_enable": {
|
874
|
+
"description": "config.sub_full_singbox_enable.description",
|
875
|
+
"label": "config.sub_full_singbox_enable.label"
|
876
|
+
},
|
877
|
+
"sub_full_xray_json_enable": {
|
878
|
+
"description": "XRay 全链路为 XRay 特定设置提供了全面的配置选项。这包括支持 XRay 协议的应用程序(例如 v2rayNG)中的自定义分段和多路复用 (mux),以便对 XRay 代理设置进行精细控制。",
|
879
|
+
"label": "⚙️ XRay 完整配置链接"
|
880
|
+
},
|
881
|
+
"sub_singbox_ssh_enable": {
|
882
|
+
"description": "config.sub_singbox_ssh_enable.description",
|
883
|
+
"label": "config.sub_singbox_ssh_enable.label"
|
884
|
+
},
|
885
|
+
"tcp_enable": {
|
886
|
+
"description": "启用 TCP 协议",
|
887
|
+
"label": "🟠 TCP"
|
888
|
+
},
|
639
889
|
"telegram": {
|
640
890
|
"description": "专为 Telegram 设计的代理,可绕过 Telegram 过滤",
|
641
891
|
"label": "Telegram 配置"
|
@@ -664,10 +914,38 @@
|
|
664
914
|
"description": "可以在此部分设置 TLS 配置。",
|
665
915
|
"label": "TLS 设置"
|
666
916
|
},
|
917
|
+
"tls_fragment_enable": {
|
918
|
+
"description": "<p>在某些情况下,它可以绕过 SNI 黑名单系统。 <a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-the-TLS-Trick-works-and-its-usage/\" target=\"_blank\">(阅读更多)</a></p>",
|
919
|
+
"label": "⏯ TLS Fragment"
|
920
|
+
},
|
921
|
+
"tls_fragment_size": {
|
922
|
+
"description": "每个数据包的大小",
|
923
|
+
"label": "🎚 TLS Fragment 大小"
|
924
|
+
},
|
925
|
+
"tls_fragment_sleep": {
|
926
|
+
"description": "Fragment 之间的时间延迟",
|
927
|
+
"label": "⏱ TLS Fragment 休眠"
|
928
|
+
},
|
929
|
+
"tls_mixed_case": {
|
930
|
+
"description": "启用 TLS 混合 SNI 大小写碎片",
|
931
|
+
"label": "🔠 TLS 混合 SNI 大小写"
|
932
|
+
},
|
933
|
+
"tls_padding_enable": {
|
934
|
+
"description": "<p>启用 TLS 碎片填充。 <a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-the-TLS-Trick-works-and-its-usage/#tls-padding\" target=\"_blank\">(阅读更多)</a></p>",
|
935
|
+
"label": "♒️ TLS Padding"
|
936
|
+
},
|
937
|
+
"tls_padding_length": {
|
938
|
+
"description": "TLS 碎片的 Padding 长度",
|
939
|
+
"label": "📏 TLS Padding"
|
940
|
+
},
|
667
941
|
"tls_ports": {
|
668
942
|
"description": "逗号分隔的整数,指示用作 TLS 连接的端口(在任何情况下都将使用端口 443)",
|
669
943
|
"label": "🔎 TLS 端口"
|
670
944
|
},
|
945
|
+
"tls_trick": {
|
946
|
+
"description": "TLS 碎片配置可在此部分设置",
|
947
|
+
"label": "TLS 技巧"
|
948
|
+
},
|
671
949
|
"too_advanced": {
|
672
950
|
"description": "指定代理路径。如果您使用 HTTP 和 VMess,这一点尤其重要",
|
673
951
|
"label": "非常高级的设置"
|
@@ -676,6 +954,10 @@
|
|
676
954
|
"description": "可以在此部分设置 Torrent 阻止配置。",
|
677
955
|
"label": "Torrent 块配置"
|
678
956
|
},
|
957
|
+
"trojan_enable": {
|
958
|
+
"description": "启用 Trojan 协议",
|
959
|
+
"label": "🟤 Trojan"
|
960
|
+
},
|
679
961
|
"tuic": {
|
680
962
|
"description": "Delicately-TUICed 高性能代理位于 QUIC 协议之上。\n\nTUIC的目标是尽可能减少握手延迟",
|
681
963
|
"label": "⚫️ TUIC"
|
@@ -703,6 +985,10 @@
|
|
703
985
|
"validation-error": "其中一个字段有错误。",
|
704
986
|
"validation-success": "配置已成功更改。单击 %(link)s 应用配置。申请可能需要 2 分钟",
|
705
987
|
"validation-success-no-reset": "✅ 配置已成功更改",
|
988
|
+
"vless_enable": {
|
989
|
+
"description": "启用 VLess 协议",
|
990
|
+
"label": "⚫️ VLess"
|
991
|
+
},
|
706
992
|
"vmess_enable": {
|
707
993
|
"description": "据多位人士透露,VMess 导致该系统被政府检测到。所以不推荐",
|
708
994
|
"label": "🟣 VMess"
|
@@ -723,11 +1009,57 @@
|
|
723
1009
|
"warp_plus_code": {
|
724
1010
|
"description": "🔝 提高浏览速度。要获取密钥,请转到 <a href='https://1.1.1.1/'> 1.1.1.1 </a>\n应用程序并从 Cloudflare 购买原始 KEY\n<br>\n⚠️如果此Key有错误,WARP将被禁用。",
|
725
1011
|
"label": "🔑 Warp Plus 键"
|
1012
|
+
},
|
1013
|
+
"warp_sites": {
|
1014
|
+
"description": "添加要通过 WARP 的其他站点(仅当 Warp 模式不为 None 时)",
|
1015
|
+
"label": "🆚 其他 WARP 站点"
|
1016
|
+
},
|
1017
|
+
"wireguard": {
|
1018
|
+
"description": "WireGuard 是一种轻量级的基于 UDP 的协议,以其简单、高效和强大的安全性而闻名。它提供快速设置、透明代码,并因其在各种操作系统中的易用性而广受欢迎",
|
1019
|
+
"label": "🐉 WireGuard"
|
1020
|
+
},
|
1021
|
+
"wireguard_enable": {
|
1022
|
+
"description": "<p>WireGuard 是基于 UDP 的协议。(⚠️ 它在<a href=\"https://github.com/hiddify/hiddify-next\" target=\"_blank\">Hiddify Next</a>中运行)</p>",
|
1023
|
+
"label": "启用 WireGuard"
|
1024
|
+
},
|
1025
|
+
"wireguard_ipv4": {
|
1026
|
+
"description": "在 WireGuard 中启用 IPv4",
|
1027
|
+
"label": " WireGuard 中的 IPv4"
|
1028
|
+
},
|
1029
|
+
"wireguard_ipv6": {
|
1030
|
+
"description": "在 WireGuard 中启用 IPv6",
|
1031
|
+
"label": "WireGuard 中的 IPv6"
|
1032
|
+
},
|
1033
|
+
"wireguard_noise_trick": {
|
1034
|
+
"description": "这种方法会引入额外的噪音,以防止被 GFW 检测和阻止",
|
1035
|
+
"label": "💥 WireGuard 噪音技巧"
|
1036
|
+
},
|
1037
|
+
"wireguard_port": {
|
1038
|
+
"description": "定义 WireGuard 的端口 ",
|
1039
|
+
"label": "↔️ WireGuard 端口"
|
1040
|
+
},
|
1041
|
+
"wireguard_private_key": {
|
1042
|
+
"description": "为 WireGuard 指定私钥",
|
1043
|
+
"label": "WireGuard 私钥"
|
1044
|
+
},
|
1045
|
+
"wireguard_public_key": {
|
1046
|
+
"description": "为 WireGuard 指定一个公钥",
|
1047
|
+
"label": "WireGuard 公钥"
|
1048
|
+
},
|
1049
|
+
"ws_enable": {
|
1050
|
+
"description": "Websocket 通过 HTTP 创建一个隧道,可用于 CDN",
|
1051
|
+
"label": "🔰 Websocket"
|
1052
|
+
},
|
1053
|
+
"xtls_enable": {
|
1054
|
+
"description": "启用 XTLS 协议",
|
1055
|
+
"label": "🟢XTLS"
|
726
1056
|
}
|
727
1057
|
},
|
728
1058
|
"copy": "复制",
|
1059
|
+
"daily": "⏰ 每日",
|
729
1060
|
"days": "天",
|
730
1061
|
"desktop": "桌面",
|
1062
|
+
"direct": "➡️直接",
|
731
1063
|
"domain": {
|
732
1064
|
"cdn": "CDN",
|
733
1065
|
"changed_in_domain_warning": "⚠️ 您的域名已更改。请不要忘记复制管理链接,否则您将无法再访问面板",
|
@@ -749,6 +1081,7 @@
|
|
749
1081
|
"show_domains_description": "对于访问该域的用户区的用户,指定他们可以看到哪些域的代理。\n<br>\n建议:对于IP未过滤且与其他域不同的域,选择所有其他域(当前域除外)。因此,由于该 IP 的使用不是用于代理,并且它是一个简单的网站,因此该域名和 IP 永远不会被阻止,您的用户可以轻松更新新的配置文件。"
|
750
1082
|
},
|
751
1083
|
"download": "直接下载",
|
1084
|
+
"fake": "🆎 假网站",
|
752
1085
|
"gRPC": "➿ gRPC",
|
753
1086
|
"grpc-proxy": {
|
754
1087
|
"description": "ℹ️ gRPC 是一个基于 H2 的协议。也许对你来说更快!"
|
@@ -787,8 +1120,10 @@
|
|
787
1120
|
"master": {
|
788
1121
|
"page-title": "HiddifyManager"
|
789
1122
|
},
|
1123
|
+
"monthly": "🗓️每月",
|
790
1124
|
"move_to_new_link": "该页面已移至新链接。请复制并保存新链接。",
|
791
1125
|
"next": "下一个",
|
1126
|
+
"no_reset": "⭐️无需重置",
|
792
1127
|
"node": {
|
793
1128
|
"diff-version": "node.diff-version",
|
794
1129
|
"mode": {
|
@@ -804,6 +1139,7 @@
|
|
804
1139
|
"label": "Node UUID"
|
805
1140
|
}
|
806
1141
|
},
|
1142
|
+
"old_xtls_direct": "🔙旧直连模式(针对木马TCP、VLess XTLS)",
|
807
1143
|
"open": "打开",
|
808
1144
|
"outdated_panel": "⚠️ 此版本的 Hiddify Manager 已过时。请从管理区域更新",
|
809
1145
|
"package days?": "包天数?",
|
@@ -825,6 +1161,8 @@
|
|
825
1161
|
"success": "更改语言成功。"
|
826
1162
|
}
|
827
1163
|
},
|
1164
|
+
"reality": "🔂 Reality",
|
1165
|
+
"relay": "♾️ Relay (使用中间节点连接)",
|
828
1166
|
"search": "搜索",
|
829
1167
|
"see the log in the bellow screen": "📑 查看以下屏幕中的日志",
|
830
1168
|
"serverssh": {
|
@@ -834,6 +1172,7 @@
|
|
834
1172
|
},
|
835
1173
|
"singbox: ssh": "歌手盒:SSH",
|
836
1174
|
"ssh": "SSH",
|
1175
|
+
"sub_link_only": "📳 仅适用于订阅链接(可以是 Direct、Relay 或 CDN)",
|
837
1176
|
"telegram": "Telegram",
|
838
1177
|
"test": "测试",
|
839
1178
|
"update": "更新",
|
@@ -949,5 +1288,7 @@
|
|
949
1288
|
},
|
950
1289
|
"vpn": {
|
951
1290
|
"notallowed": "请不要使用 VPN 访问此页面。您需要从国家/地区 %(expected_country)s 访问,但您当前正在从 %(your_country)s 访问。"
|
952
|
-
}
|
1291
|
+
},
|
1292
|
+
"weekly": "📅每周",
|
1293
|
+
"worker": "✴️ Cloudflare Worker"
|
953
1294
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
hiddifypanel/Events.py,sha256=AlnRdjVul0jP-NCT4-zoaQgowoOo-JhdQB4ytetAFKA,723
|
2
|
-
hiddifypanel/VERSION,sha256=
|
3
|
-
hiddifypanel/VERSION.py,sha256=
|
2
|
+
hiddifypanel/VERSION,sha256=YIqnbSALOXGSRuD5Ry7P6EyLQVgagMd0EbYoA-rmk3A,14
|
3
|
+
hiddifypanel/VERSION.py,sha256=8k8IQ9lAL_0fcmIIU8olsCR3da-hWXd4yYuBIslpf74,227
|
4
4
|
hiddifypanel/__init__.py,sha256=kigwDO8d9jXyPZLvJAWd6zo-GX3pG_xWf-q2aStz80Y,377
|
5
5
|
hiddifypanel/__main__.py,sha256=IVchnXpK6bm8T3N--mN17HBQNLMeLAjyP7iwzULexB4,218
|
6
6
|
hiddifypanel/apps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -38,10 +38,11 @@ hiddifypanel/hutils/node/api_client.py,sha256=Gr2532czQEE3YBh3sbeK036QI5gXDigUFl
|
|
38
38
|
hiddifypanel/hutils/node/child.py,sha256=oAyKlEHHn9FHcpZ9jBi3nYH-GHs8H7Gi2hzkmtO5IA8,6714
|
39
39
|
hiddifypanel/hutils/node/parent.py,sha256=UbyfvfP4fTSn6HN9oZDjYsKYIejiqW6eApKIfP0Mz5U,3749
|
40
40
|
hiddifypanel/hutils/node/shared.py,sha256=FDSj3e-i3pb3mEv5vcUeX0Km1nxYg1CeAruIq7RwFmU,2540
|
41
|
-
hiddifypanel/hutils/proxy/__init__.py,sha256=
|
41
|
+
hiddifypanel/hutils/proxy/__init__.py,sha256=V2dGkYT3tji__5YOSmKOMChFYXtlENe1fX6eHqK70Pc,129
|
42
42
|
hiddifypanel/hutils/proxy/clash.py,sha256=V9Y2UIw-CYTXD_Q73Oeq3WLw6chsPrMIiNxYnlWyNbg,7065
|
43
43
|
hiddifypanel/hutils/proxy/shared.py,sha256=Zg4qMqp-fzWXHMqZsE1stluVDgT71AlFVlJAxQwMtfQ,22203
|
44
44
|
hiddifypanel/hutils/proxy/singbox.py,sha256=Fmmzoake-gpnRB5yfTyQvd1dB-10WKwhJt4vhiKzJZQ,11722
|
45
|
+
hiddifypanel/hutils/proxy/wireguard.py,sha256=gij01BYXII-RxAh3Yky0o3yce20HJKeHtu1KNwb0Uzk,934
|
45
46
|
hiddifypanel/hutils/proxy/xray.py,sha256=0vEHL9yq5Si7W_fgI8tn9zwNAWhwBE7djun05cAUDF8,10808
|
46
47
|
hiddifypanel/hutils/proxy/xrayjson.py,sha256=iEfMlLZfzYzp5eCj8AuL9nXmuPJavKZaoAjtASEIhNY,14990
|
47
48
|
hiddifypanel/hutils/random.py,sha256=KrsarmRNL05PYzwMxDaDyv-_QcKS0YsZR2z7BnllAqI,1789
|
@@ -69,7 +70,7 @@ hiddifypanel/panel/admin/Dashboard.py,sha256=JOqZLHxPOYKQYQVJ7AtHAkilH-anJZQyK1r
|
|
69
70
|
hiddifypanel/panel/admin/DomainAdmin.py,sha256=PQv1U_Ro0VMRjX4dPXUewiHJuZdi1ocvA1jw4mgOSdo,16152
|
70
71
|
hiddifypanel/panel/admin/NodeAdmin.py,sha256=QAHQjF7e7F4KqsWNWpMt7SoLANlFEborVtWQV9OXJ2E,3102
|
71
72
|
hiddifypanel/panel/admin/ProxyAdmin.py,sha256=HtuYHkZ8LCrYtjF2xO2i7lyw_KtOTBYCPu0bNWR4fOs,5364
|
72
|
-
hiddifypanel/panel/admin/QuickSetup.py,sha256=
|
73
|
+
hiddifypanel/panel/admin/QuickSetup.py,sha256=J-pcMiNPo1ZBRfpoqpx_IkKn0ecIEkyG_YwJhkpeJyU,12667
|
73
74
|
hiddifypanel/panel/admin/SettingAdmin.py,sha256=SCzhsZh9QrmYNPPhutQfMRuB_q6RNCXv9hy-uLjlrd0,19893
|
74
75
|
hiddifypanel/panel/admin/Terminal.py,sha256=rzZWRjMhjVnAvC65rfE3HJT3boUDznI6fl-htzKp7sI,1712
|
75
76
|
hiddifypanel/panel/admin/UserAdmin.py,sha256=i1-B0iBtFA-D18V920hFlYJIzPdiuYUKtLP860D0sbY,18601
|
@@ -174,7 +175,7 @@ hiddifypanel/panel/commercial/telegrambot/admin.py,sha256=32nDhJfR-CgvGarEOSI0Np
|
|
174
175
|
hiddifypanel/panel/commercial/telegrambot/information.py,sha256=EZojYFzBZr03kUYL38rqbDABhtuP_3GPdTD1cgFr2LQ,3449
|
175
176
|
hiddifypanel/panel/commercial/templates/configc.html,sha256=zUcjzAgYfEd_wsZm8ZXUSNzNteh7sV8b5r4jUV0zCbQ,1569
|
176
177
|
hiddifypanel/panel/commercial/templates/parent_dash.html,sha256=TpoEcEN8qHSDdT9pVxrB2wBKVbEIK9EsldLcH_lQLrc,2007
|
177
|
-
hiddifypanel/panel/common.py,sha256=
|
178
|
+
hiddifypanel/panel/common.py,sha256=1kP1tTJYiUIyjO7fBm7E2j7AeZL3-5Co1jsE9MVp0M4,7831
|
178
179
|
hiddifypanel/panel/common_bp/__init__.py,sha256=yskFFbWMJzmlMeT_rV1Dio4l1kcPMQr5K7SeDiyri9w,379
|
179
180
|
hiddifypanel/panel/common_bp/login.py,sha256=afYntJBqiVeQjYCzXCYGImJ780ASGOztkfuRgk1i_6s,6652
|
180
181
|
hiddifypanel/panel/common_bp/templates/login.html,sha256=jDl9-Nh2qMuCsLQmXm7e5jvSaRAlBxReVVCbNSTTHJw,1312
|
@@ -225,7 +226,7 @@ hiddifypanel/panel/user/templates/home/windows.html,sha256=MbOTheea2aRRh6mwoAXCu
|
|
225
226
|
hiddifypanel/panel/user/templates/new.html,sha256=or4miAM0izxSB1KyyRDcXuaK68aKnxV7sjWhH921PYQ,1300
|
226
227
|
hiddifypanel/panel/user/templates/redirect_to_new_format.html,sha256=vIS0BdUzpmAiD2c2EBdGON2bCM8equvG_DO39ugXgAM,597
|
227
228
|
hiddifypanel/panel/user/templates/singbox_config.json,sha256=X6hBbJ4DOoNesSOIxwRwZHJW2GwFR19Q8RS81d17idI,5746
|
228
|
-
hiddifypanel/panel/user/user.py,sha256=
|
229
|
+
hiddifypanel/panel/user/user.py,sha256=KZ1PdHtTjrxR8cFZutNppvK0mThgQRtwWhk2mQGgcYc,16514
|
229
230
|
hiddifypanel/static/a.txt,sha256=zhVsuRCoCxgmASQJL80X4VLr7Xy_T-PXs50mVre0IKk,1542
|
230
231
|
hiddifypanel/static/apps-icon/foxray.ico,sha256=EoudrtNVW9S18kbzNPYFc5iF3bLh3MZWivGeAV7ts9I,8243
|
231
232
|
hiddifypanel/static/apps-icon/hiddify_android.ico,sha256=eco2sCrLUMM9vDJNNsH7VIFbvsAJayCNcO0y6S82uIE,34179
|
@@ -848,15 +849,15 @@ hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=KVS-2bxceGge2o8ZhT0C
|
|
848
849
|
hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=t4BCEuNjjx4B6v0248FRQnWMK-JUDfptFPDoM-Jccpw,91207
|
849
850
|
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=WDVuh5nD9Lqzocm43KAUJqmc9d0I7aJQiQ_pxfbLd0I,60389
|
850
851
|
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=r9ekUU5AcPRWMYHkEyiBQWoBWw5KWGDrfU4IXhd50CE,62592
|
851
|
-
hiddifypanel/translations.i18n/en.json,sha256=
|
852
|
-
hiddifypanel/translations.i18n/fa.json,sha256=
|
852
|
+
hiddifypanel/translations.i18n/en.json,sha256=Qzgo-erSHALnZs664gtdvFctMEFT_ENDiHLJrdcFVpE,71460
|
853
|
+
hiddifypanel/translations.i18n/fa.json,sha256=zBezIpi6whuS7hTHRlrfTyNoAaszbUpfYV5ROMEdUMQ,96065
|
853
854
|
hiddifypanel/translations.i18n/fr.json,sha256=3D_JxOMxuQrdDCTTvsah5VXxvYcPcZFzBzeHqQZwRuI,80842
|
854
855
|
hiddifypanel/translations.i18n/my.json,sha256=UHXP_EuyX9f5mEAtcxp_40TgGykXs_ap9yp7QcsVQ88,136285
|
855
|
-
hiddifypanel/translations.i18n/pt.json,sha256=
|
856
|
-
hiddifypanel/translations.i18n/ru.json,sha256=
|
857
|
-
hiddifypanel/translations.i18n/zh.json,sha256=
|
858
|
-
hiddifypanel-10.80.0.
|
859
|
-
hiddifypanel-10.80.0.
|
860
|
-
hiddifypanel-10.80.0.
|
861
|
-
hiddifypanel-10.80.0.
|
862
|
-
hiddifypanel-10.80.0.
|
856
|
+
hiddifypanel/translations.i18n/pt.json,sha256=DTlp5R2BNrgPPjtwAVxPSSQRzr56paC9YUkjCkATB2s,73989
|
857
|
+
hiddifypanel/translations.i18n/ru.json,sha256=4txUD4KaYghpHLQRyAlK_QiRf9KAEa0GHBtaRIa1AjI,101817
|
858
|
+
hiddifypanel/translations.i18n/zh.json,sha256=aSS8Al6QcuJngcEfzPGGvZAicVba_8nYdkw_TatglzU,68522
|
859
|
+
hiddifypanel-10.80.0.dev15.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
|
860
|
+
hiddifypanel-10.80.0.dev15.dist-info/METADATA,sha256=9P_jOOIsWKHpTeMG-w99g1TH0VUlGL32tVulVk2AqdU,3963
|
861
|
+
hiddifypanel-10.80.0.dev15.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
862
|
+
hiddifypanel-10.80.0.dev15.dist-info/entry_points.txt,sha256=fiVgmdZ7nff9Ow1XnyMFrn1y4akk9gwnDkxpN8P3Xrw,59
|
863
|
+
hiddifypanel-10.80.0.dev15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev15.dist-info}/entry_points.txt
RENAMED
File without changes
|