hiddifypanel 10.80.0.dev9__py3-none-any.whl → 10.80.0.dev11__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/apps/__init__.py +0 -0
- hiddifypanel/apps/asgi_app.py +7 -0
- hiddifypanel/apps/celery_app.py +3 -0
- hiddifypanel/apps/wsgi_app.py +5 -0
- hiddifypanel/base.py +43 -129
- hiddifypanel/base_setup.py +82 -0
- hiddifypanel/cache.py +1 -1
- hiddifypanel/celery.py +45 -0
- hiddifypanel/database.py +7 -0
- hiddifypanel/panel/__init__.py +8 -8
- hiddifypanel/panel/cli.py +11 -2
- hiddifypanel/panel/commercial/restapi/v2/admin/system_actions.py +5 -1
- hiddifypanel/panel/commercial/restapi/v2/admin/user_api.py +2 -1
- hiddifypanel/panel/hlogger.py +32 -0
- hiddifypanel/panel/node/__init__.py +9 -0
- hiddifypanel/panel/node/a.py +14 -0
- hiddifypanel/panel/node/hello.py +15 -0
- hiddifypanel/panel/node/test.proto +13 -0
- hiddifypanel/panel/node/test_grpc.py +40 -0
- hiddifypanel/panel/node/test_pb2.py +40 -0
- hiddifypanel/panel/node/test_pb2.pyi +17 -0
- hiddifypanel/panel/node/test_pb2_grpc.py +97 -0
- hiddifypanel/panel/usage.py +13 -3
- hiddifypanel/templates/fake.html +0 -336
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +0 -593
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +0 -603
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +0 -594
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +0 -601
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +0 -561
- hiddifypanel/translations.i18n/en.json +1 -342
- hiddifypanel/translations.i18n/fa.json +1 -342
- hiddifypanel/translations.i18n/pt.json +1 -342
- hiddifypanel/translations.i18n/ru.json +1 -342
- hiddifypanel/translations.i18n/zh.json +1 -342
- {hiddifypanel-10.80.0.dev9.dist-info → hiddifypanel-10.80.0.dev11.dist-info}/METADATA +11 -6
- {hiddifypanel-10.80.0.dev9.dist-info → hiddifypanel-10.80.0.dev11.dist-info}/RECORD +46 -31
- {hiddifypanel-10.80.0.dev9.dist-info → hiddifypanel-10.80.0.dev11.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-10.80.0.dev9.dist-info → hiddifypanel-10.80.0.dev11.dist-info}/WHEEL +0 -0
- {hiddifypanel-10.80.0.dev9.dist-info → hiddifypanel-10.80.0.dev11.dist-info}/entry_points.txt +0 -0
@@ -331,12 +331,10 @@
|
|
331
331
|
}
|
332
332
|
},
|
333
333
|
"auto": "自动",
|
334
|
-
"auto_cdn_ip": "☑️ 自动 CDN IP 选择器",
|
335
334
|
"bot": {
|
336
335
|
"admin_welcome": "欢迎使用管理机器人。选择你的行动",
|
337
336
|
"welcome": "万岁🎉🎉🎉\n欢迎使用 Hiddify 机器人\n首先单击面板上的链接或输入您的 UUID。"
|
338
337
|
},
|
339
|
-
"cdn": "🔀 CDN(Cloudflare 代理,...)",
|
340
338
|
"cf-delete": {
|
341
339
|
"failed": "cf-删除失败"
|
342
340
|
},
|
@@ -412,34 +410,18 @@
|
|
412
410
|
"description": "请按照<a href='https://github.com/hiddify/hiddify-config/wiki/Get-Cloudflare-API' target='_blank'>说明</a>并粘贴 Cloudflare API 密钥",
|
413
411
|
"label": "🔑 Cloudflare API"
|
414
412
|
},
|
415
|
-
"core_type": {
|
416
|
-
"description": "☢️ XRay:是一个完整的核心\n<br>\n📦 Singbox:由 SagerNet 开发。也是一个不错的核心",
|
417
|
-
"label": "🎛️核心"
|
418
|
-
},
|
419
413
|
"country": {
|
420
414
|
"description": "它根据每个国家/地区的过滤条件应用适当的设置",
|
421
415
|
"label": "🌍国家"
|
422
416
|
},
|
423
|
-
"create_easysetup_link": {
|
424
|
-
"description": "config.create_easysetup_link.description",
|
425
|
-
"label": "config.create_easysetup_link.label"
|
426
|
-
},
|
427
417
|
"db_version": {
|
428
418
|
"description": "数据库版本说明",
|
429
419
|
"label": "数据库版本标签"
|
430
420
|
},
|
431
|
-
"dbvalues": {
|
432
|
-
"description": "config.dbvalues.description",
|
433
|
-
"label": "config.dbvalues.label"
|
434
|
-
},
|
435
421
|
"decoy_domain": {
|
436
422
|
"description": "假网站:当有人直接访问您的域时模拟网站。<br>\n⚠️ 不要使用金融、伊朗和著名网站或需要登录的网站,例如 Google、Yahoo、Wikipedia、PayPal。<br>\n⛔ 请务必检查该网站并确保它是正确的网站,否则您可能会收到网络钓鱼警告。<br>\n⛔⛔ 再次检查该域名,以免以后出现问题",
|
437
423
|
"label": "📺 诱饵网站"
|
438
424
|
},
|
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
|
-
},
|
443
425
|
"domain_fronting": {
|
444
426
|
"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 不支持域前置。",
|
445
427
|
"label": "🔒 启用 TLS 域前置"
|
@@ -468,22 +450,6 @@
|
|
468
450
|
"description": "这是一般系统配置",
|
469
451
|
"label": "常规设置"
|
470
452
|
},
|
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
|
-
},
|
487
453
|
"http": {
|
488
454
|
"description": "HTTP 配置可以在此部分设置",
|
489
455
|
"label": "HTTP 配置"
|
@@ -496,34 +462,6 @@
|
|
496
462
|
"description": "通过允许此操作,您的用户可以使用未加密的 HTTP 端口连接到系统。 (不建议)",
|
497
463
|
"label": "☑️ 允许 HTTP 连接"
|
498
464
|
},
|
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
|
-
},
|
527
465
|
"invalid-pattern-for-warp-sites": "⚠️ 输入的 Warp 站点与指定的模板不匹配",
|
528
466
|
"invalid_uuid": "UUID 秘密无效。示例:6098ea35-8cb2-4a08-ba15-2be25bc49cb6",
|
529
467
|
"is_parent": {
|
@@ -550,58 +488,10 @@
|
|
550
488
|
"description": "config.last_hash.描述",
|
551
489
|
"label": "配置.last_hash.label"
|
552
490
|
},
|
553
|
-
"last_priodic_usage_check": {
|
554
|
-
"description": "配置.last_priodic_usage_check.description",
|
555
|
-
"label": "config.last_priodic_usage_check.标签"
|
556
|
-
},
|
557
491
|
"license": {
|
558
492
|
"description": "要将本产品用于商业用途,您必须购买其许可证",
|
559
493
|
"label": "许可证代码"
|
560
494
|
},
|
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
|
-
},
|
605
495
|
"netdata": {
|
606
496
|
"description": "用于显示资源。使用您服务器的 CPU,但不会太多。",
|
607
497
|
"label": "Netdata"
|
@@ -618,18 +508,6 @@
|
|
618
508
|
"description": "指定您想要发布的包还是开发的包",
|
619
509
|
"label": "🔄 包更新模式"
|
620
510
|
},
|
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
|
-
},
|
633
511
|
"parent_panel": {
|
634
512
|
"description": "您可以连接到中央面板仅定义一个用户,所有服务器的使用情况将累积添加。",
|
635
513
|
"label": "父面板(多服务器)"
|
@@ -638,14 +516,6 @@
|
|
638
516
|
"description": "配置中的 gRPC 路径",
|
639
517
|
"label": "ℹ️ gRPC 路径"
|
640
518
|
},
|
641
|
-
"path_httpupgrade": {
|
642
|
-
"description": "应该是随机的",
|
643
|
-
"label": "ℹ️ HTTP 升级路径"
|
644
|
-
},
|
645
|
-
"path_splithttp": {
|
646
|
-
"description": "此选项定义 Split HTTP 的路径",
|
647
|
-
"label": "Split HTTP 的路径"
|
648
|
-
},
|
649
519
|
"path_ss": {
|
650
520
|
"description": "链接中的 Shadowsocks 路径",
|
651
521
|
"label": "Shadowsocks 路径"
|
@@ -682,34 +552,14 @@
|
|
682
552
|
"description": "我们使用秘密代理路径来隐藏我们的政府代理",
|
683
553
|
"label": "ℹ️ 秘密代理路径"
|
684
554
|
},
|
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
|
-
},
|
697
555
|
"reality": {
|
698
556
|
"description": "REALITY 消除了服务器端 TLS 指纹功能",
|
699
557
|
"label": "Reality"
|
700
558
|
},
|
701
|
-
"reality_enable": {
|
702
|
-
"description": "启用 Reality Protocol",
|
703
|
-
"label": "🔴 Reality"
|
704
|
-
},
|
705
559
|
"reality_fallback_domain": {
|
706
560
|
"description": "当 GFW 访问服务器名称中的网站时,将被重定向到该域。",
|
707
561
|
"label": "🌍 现实后备域"
|
708
562
|
},
|
709
|
-
"reality_port": {
|
710
|
-
"description": "您可以为您的现实服务器设置自定义端口,以减少系统开销。(允许直接连接到代理应该是肯定的)",
|
711
|
-
"label": "↔️ 直接 Reality 端口"
|
712
|
-
},
|
713
563
|
"reality_private_key": {
|
714
564
|
"description": "不要改变它",
|
715
565
|
"label": "🔑 私钥"
|
@@ -738,22 +588,6 @@
|
|
738
588
|
"description": "config.restls1_3_domain.description",
|
739
589
|
"label": "config.restls1_3_domain.label"
|
740
590
|
},
|
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
|
-
},
|
757
591
|
"shadowtls": {
|
758
592
|
"description": "向防火墙公开真实的 tls 握手的代理。<inlang-LineFeed><inlang-LineFeed>它的工作原理类似于 Trojan,但不需要签名证书。防火墙将看到具有您选择的有效证书的真实 tls 握手。",
|
759
593
|
"label": "ShadowTLS"
|
@@ -778,10 +612,6 @@
|
|
778
612
|
"description": "允许您的用户进行速度测试。它可以帮助他们识别链接质量",
|
779
613
|
"label": "🚀 速度测试"
|
780
614
|
},
|
781
|
-
"splithttp_enable": {
|
782
|
-
"description": "该协议通过单独的渠道发送和接收信息 ",
|
783
|
-
"label": "🈁 Split HTTP"
|
784
|
-
},
|
785
615
|
"ssfaketls": {
|
786
616
|
"description": "Shadowsocks FakeTLS 是一个简单的混淆工具,将日期封装在 tls 数据包中",
|
787
617
|
"label": "Shadowsocks FakeTLS"
|
@@ -794,54 +624,6 @@
|
|
794
624
|
"description": "请使用您数据中心内的知名域名。例如,如果您位于 Azure 数据中心,microsoft-update.com 就是一个很好的例子",
|
795
625
|
"label": "🌍 SS FakeTLS 假域名"
|
796
626
|
},
|
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
|
-
},
|
845
627
|
"ssr": {
|
846
628
|
"description": "ShadowsocksR是原始Shadowsocks项目的一个分支,号称在安全性和稳定性方面更胜一筹。",
|
847
629
|
"label": "SSR"
|
@@ -854,38 +636,6 @@
|
|
854
636
|
"description": "请在您的数据中心使用众所周知的域。例如,如果您在 Azure 数据中心,microsoft-update.com 就是一个很好的例子",
|
855
637
|
"label": "SSR 假域名"
|
856
638
|
},
|
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
|
-
},
|
889
639
|
"telegram": {
|
890
640
|
"description": "专为 Telegram 设计的代理,可绕过 Telegram 过滤",
|
891
641
|
"label": "Telegram 配置"
|
@@ -914,38 +664,10 @@
|
|
914
664
|
"description": "可以在此部分设置 TLS 配置。",
|
915
665
|
"label": "TLS 设置"
|
916
666
|
},
|
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
|
-
},
|
941
667
|
"tls_ports": {
|
942
668
|
"description": "逗号分隔的整数,指示用作 TLS 连接的端口(在任何情况下都将使用端口 443)",
|
943
669
|
"label": "🔎 TLS 端口"
|
944
670
|
},
|
945
|
-
"tls_trick": {
|
946
|
-
"description": "TLS 碎片配置可在此部分设置",
|
947
|
-
"label": "TLS 技巧"
|
948
|
-
},
|
949
671
|
"too_advanced": {
|
950
672
|
"description": "指定代理路径。如果您使用 HTTP 和 VMess,这一点尤其重要",
|
951
673
|
"label": "非常高级的设置"
|
@@ -954,10 +676,6 @@
|
|
954
676
|
"description": "可以在此部分设置 Torrent 阻止配置。",
|
955
677
|
"label": "Torrent 块配置"
|
956
678
|
},
|
957
|
-
"trojan_enable": {
|
958
|
-
"description": "启用 Trojan 协议",
|
959
|
-
"label": "🟤 Trojan"
|
960
|
-
},
|
961
679
|
"tuic": {
|
962
680
|
"description": "Delicately-TUICed 高性能代理位于 QUIC 协议之上。\n\nTUIC的目标是尽可能减少握手延迟",
|
963
681
|
"label": "⚫️ TUIC"
|
@@ -985,10 +703,6 @@
|
|
985
703
|
"validation-error": "其中一个字段有错误。",
|
986
704
|
"validation-success": "配置已成功更改。单击 %(link)s 应用配置。申请可能需要 2 分钟",
|
987
705
|
"validation-success-no-reset": "✅ 配置已成功更改",
|
988
|
-
"vless_enable": {
|
989
|
-
"description": "启用 VLess 协议",
|
990
|
-
"label": "⚫️ VLess"
|
991
|
-
},
|
992
706
|
"vmess_enable": {
|
993
707
|
"description": "据多位人士透露,VMess 导致该系统被政府检测到。所以不推荐",
|
994
708
|
"label": "🟣 VMess"
|
@@ -1009,57 +723,11 @@
|
|
1009
723
|
"warp_plus_code": {
|
1010
724
|
"description": "🔝 提高浏览速度。要获取密钥,请转到 <a href='https://1.1.1.1/'> 1.1.1.1 </a>\n应用程序并从 Cloudflare 购买原始 KEY\n<br>\n⚠️如果此Key有错误,WARP将被禁用。",
|
1011
725
|
"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"
|
1056
726
|
}
|
1057
727
|
},
|
1058
728
|
"copy": "复制",
|
1059
|
-
"daily": "⏰ 每日",
|
1060
729
|
"days": "天",
|
1061
730
|
"desktop": "桌面",
|
1062
|
-
"direct": "➡️直接",
|
1063
731
|
"domain": {
|
1064
732
|
"cdn": "CDN",
|
1065
733
|
"changed_in_domain_warning": "⚠️ 您的域名已更改。请不要忘记复制管理链接,否则您将无法再访问面板",
|
@@ -1081,7 +749,6 @@
|
|
1081
749
|
"show_domains_description": "对于访问该域的用户区的用户,指定他们可以看到哪些域的代理。\n<br>\n建议:对于IP未过滤且与其他域不同的域,选择所有其他域(当前域除外)。因此,由于该 IP 的使用不是用于代理,并且它是一个简单的网站,因此该域名和 IP 永远不会被阻止,您的用户可以轻松更新新的配置文件。"
|
1082
750
|
},
|
1083
751
|
"download": "直接下载",
|
1084
|
-
"fake": "🆎 假网站",
|
1085
752
|
"gRPC": "➿ gRPC",
|
1086
753
|
"grpc-proxy": {
|
1087
754
|
"description": "ℹ️ gRPC 是一个基于 H2 的协议。也许对你来说更快!"
|
@@ -1120,10 +787,8 @@
|
|
1120
787
|
"master": {
|
1121
788
|
"page-title": "HiddifyManager"
|
1122
789
|
},
|
1123
|
-
"monthly": "🗓️每月",
|
1124
790
|
"move_to_new_link": "该页面已移至新链接。请复制并保存新链接。",
|
1125
791
|
"next": "下一个",
|
1126
|
-
"no_reset": "⭐️无需重置",
|
1127
792
|
"node": {
|
1128
793
|
"diff-version": "node.diff-version",
|
1129
794
|
"mode": {
|
@@ -1139,7 +804,6 @@
|
|
1139
804
|
"label": "Node UUID"
|
1140
805
|
}
|
1141
806
|
},
|
1142
|
-
"old_xtls_direct": "🔙旧直连模式(针对木马TCP、VLess XTLS)",
|
1143
807
|
"open": "打开",
|
1144
808
|
"outdated_panel": "⚠️ 此版本的 Hiddify Manager 已过时。请从管理区域更新",
|
1145
809
|
"package days?": "包天数?",
|
@@ -1161,8 +825,6 @@
|
|
1161
825
|
"success": "更改语言成功。"
|
1162
826
|
}
|
1163
827
|
},
|
1164
|
-
"reality": "🔂 Reality",
|
1165
|
-
"relay": "♾️ Relay (使用中间节点连接)",
|
1166
828
|
"search": "搜索",
|
1167
829
|
"see the log in the bellow screen": "📑 查看以下屏幕中的日志",
|
1168
830
|
"serverssh": {
|
@@ -1172,7 +834,6 @@
|
|
1172
834
|
},
|
1173
835
|
"singbox: ssh": "歌手盒:SSH",
|
1174
836
|
"ssh": "SSH",
|
1175
|
-
"sub_link_only": "📳 仅适用于订阅链接(可以是 Direct、Relay 或 CDN)",
|
1176
837
|
"telegram": "Telegram",
|
1177
838
|
"test": "测试",
|
1178
839
|
"update": "更新",
|
@@ -1288,7 +949,5 @@
|
|
1288
949
|
},
|
1289
950
|
"vpn": {
|
1290
951
|
"notallowed": "请不要使用 VPN 访问此页面。您需要从国家/地区 %(expected_country)s 访问,但您当前正在从 %(your_country)s 访问。"
|
1291
|
-
}
|
1292
|
-
"weekly": "📅每周",
|
1293
|
-
"worker": "✴️ Cloudflare Worker"
|
952
|
+
}
|
1294
953
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: hiddifypanel
|
3
|
-
Version: 10.80.0.
|
3
|
+
Version: 10.80.0.dev11
|
4
4
|
Summary: hiddifypanel multi proxy panel
|
5
5
|
Home-page: https://hiddify.com
|
6
6
|
License: LICENSE.md
|
@@ -14,15 +14,18 @@ Classifier: Programming Language :: Python :: 3.11
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
16
16
|
Requires-Dist: ansi2html (==1.9.2)
|
17
|
-
Requires-Dist: apiflask (
|
17
|
+
Requires-Dist: apiflask[async] (>=2.2.1,<3.0.0)
|
18
|
+
Requires-Dist: asgiref (>=3.8.1,<4.0.0)
|
18
19
|
Requires-Dist: babel (==2.16.0)
|
19
20
|
Requires-Dist: bjoern (==3.2.2)
|
20
21
|
Requires-Dist: bleach (==6.2.0)
|
21
22
|
Requires-Dist: bootstrap-flask (==2.4.1)
|
22
23
|
Requires-Dist: cachecontrol[filecache] (<0.15.0)
|
24
|
+
Requires-Dist: celery (>=5.4.0,<6.0.0)
|
23
25
|
Requires-Dist: click (==8.1.7)
|
24
26
|
Requires-Dist: cloudflare (==3.1.0)
|
25
27
|
Requires-Dist: cryptography (<42)
|
28
|
+
Requires-Dist: dynaconf (>=3.2.6,<4.0.0)
|
26
29
|
Requires-Dist: fastenumplus (==1.4.0)
|
27
30
|
Requires-Dist: flask (==3.0.3)
|
28
31
|
Requires-Dist: flask-admin (==1.6.1)
|
@@ -41,6 +44,7 @@ Requires-Dist: maxminddb (==2.6.2)
|
|
41
44
|
Requires-Dist: mysqlclient (==2.2.5)
|
42
45
|
Requires-Dist: netifaces (==0.11.0)
|
43
46
|
Requires-Dist: ping3 (==4.0.8)
|
47
|
+
Requires-Dist: protobuf (>=5.26.1,<6.0.0)
|
44
48
|
Requires-Dist: psutil (==6.1.0)
|
45
49
|
Requires-Dist: pymysql (==1.1.1)
|
46
50
|
Requires-Dist: pytelegrambotapi (==4.23.0)
|
@@ -51,14 +55,15 @@ Requires-Dist: python-slugify (==8.0.4)
|
|
51
55
|
Requires-Dist: pyyaml (==6.0.2)
|
52
56
|
Requires-Dist: redis (==5.2.0)
|
53
57
|
Requires-Dist: requests (==2.32.3)
|
54
|
-
Requires-Dist:
|
55
|
-
Requires-Dist: sqlalchemy-serializer (
|
58
|
+
Requires-Dist: sonora (>=0.2.3,<0.3.0)
|
59
|
+
Requires-Dist: sqlalchemy-serializer (>=1.4.22,<2.0.0)
|
56
60
|
Requires-Dist: sqlalchemy-utils (==0.41.2)
|
61
|
+
Requires-Dist: sqlalchemy[asyncio] (>=2.0.29,<3.0.0)
|
57
62
|
Requires-Dist: strenum (==0.4.15)
|
58
63
|
Requires-Dist: user-agents (==2.2.0)
|
59
|
-
Requires-Dist: werkzeug (==3.
|
64
|
+
Requires-Dist: werkzeug (==3.0.6)
|
60
65
|
Requires-Dist: wtforms (==3.1.2)
|
61
|
-
Requires-Dist: xtlsapi (==3.1
|
66
|
+
Requires-Dist: xtlsapi (==3.2.1)
|
62
67
|
Project-URL: Documentation, https://hiddify.com/manager
|
63
68
|
Project-URL: Repository, https://github.com/hiddify/hiddify-manager/
|
64
69
|
Description-Content-Type: text/markdown
|