hiddifypanel 10.86.1__py3-none-any.whl → 10.86.3__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 +2 -2
- hiddifypanel/hutils/proxy/xray.py +19 -10
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +12 -8
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +23 -16
- hiddifypanel/translations/my/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +0 -9
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +0 -9
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +0 -9
- hiddifypanel/translations.i18n/en.json +8 -8
- hiddifypanel/translations.i18n/fa.json +16 -13
- hiddifypanel/translations.i18n/fr.json +6 -4
- hiddifypanel/translations.i18n/my.json +4 -4
- hiddifypanel/translations.i18n/pt.json +0 -5
- hiddifypanel/translations.i18n/ru.json +0 -5
- hiddifypanel/translations.i18n/zh.json +0 -5
- {hiddifypanel-10.86.1.dist-info → hiddifypanel-10.86.3.dist-info}/METADATA +1 -1
- {hiddifypanel-10.86.1.dist-info → hiddifypanel-10.86.3.dist-info}/RECORD +27 -27
- {hiddifypanel-10.86.1.dist-info → hiddifypanel-10.86.3.dist-info}/WHEEL +0 -0
- {hiddifypanel-10.86.1.dist-info → hiddifypanel-10.86.3.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-10.86.1.dist-info → hiddifypanel-10.86.3.dist-info}/licenses/LICENSE.md +0 -0
- {hiddifypanel-10.86.1.dist-info → hiddifypanel-10.86.3.dist-info}/top_level.txt +0 -0
hiddifypanel/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
10.86.
|
1
|
+
10.86.3
|
hiddifypanel/VERSION.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# import importlib.metadata
|
2
2
|
from datetime import datetime
|
3
3
|
|
4
|
-
__version__ = '10.86.
|
5
|
-
__release_time__= datetime.strptime('2025-07-
|
4
|
+
__version__ = '10.86.3'
|
5
|
+
__release_time__= datetime.strptime('2025-07-10T17:26:24','%Y-%m-%dT%H:%M:%S')
|
6
6
|
is_released_version=True
|
@@ -60,16 +60,25 @@ def to_link(proxy: dict) -> str | dict:
|
|
60
60
|
|
61
61
|
return "vmess://" + hutils.encode.do_base_64(f'{json.dumps(vmess_data,cls=hutils.proxy.ProxyJsonEncoder)}')
|
62
62
|
if proxy['proto'] == 'ssh':
|
63
|
-
baseurl = 'ssh://'
|
64
|
-
if g.user_agent.get('is_streisand'):
|
65
|
-
|
66
|
-
|
67
|
-
else:
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
63
|
+
# baseurl = 'ssh://'
|
64
|
+
# if g.user_agent.get('is_streisand'):
|
65
|
+
# streisand_ssh = hutils.encode.do_base_64(f'{proxy["uuid"]}:0:{proxy["private_key"]}::@{proxy["server"]}:{proxy["port"]}')
|
66
|
+
# baseurl += f'{streisand_ssh}#{name_link}'
|
67
|
+
# else:
|
68
|
+
hk = ",".join(proxy["host_keys"])
|
69
|
+
pk = proxy["private_key"].replace('\n', '')
|
70
|
+
d={
|
71
|
+
'file':'ssh',
|
72
|
+
'pk':pk,
|
73
|
+
'private_key':pk,
|
74
|
+
'hk':hk,
|
75
|
+
'authentication':0,
|
76
|
+
'passphrase':'',
|
77
|
+
}
|
78
|
+
return f"ssh://{proxy["uuid"]}@{proxy["server"]}:{proxy["port"]}/?{urlencode(q,quote_via=quote)}#{name_link}"
|
79
|
+
# baseurl += f'{proxy["uuid"]}@{proxy["server"]}:{proxy["port"]}/?file=ssh&pk={pk}&hk={hk}&private_key={pk}&authentication=0&passphrase#{name_link}'
|
80
|
+
|
81
|
+
# return baseurl
|
73
82
|
if proxy['proto'] == "ssr":
|
74
83
|
baseurl = f'ssr://{proxy["cipher"]}:{proxy["uuid"]}@{proxy["server"]}:{proxy["port"]}'
|
75
84
|
return baseurl
|
Binary file
|
@@ -1344,7 +1344,7 @@ msgid "config.default_useragent_string.description"
|
|
1344
1344
|
msgstr "config.default_useragent_string.description"
|
1345
1345
|
|
1346
1346
|
msgid "config.default_useragent_string.label"
|
1347
|
-
msgstr "
|
1347
|
+
msgstr "Default User Agent"
|
1348
1348
|
|
1349
1349
|
msgid "config.dns_server.description"
|
1350
1350
|
msgstr ""
|
@@ -1704,10 +1704,10 @@ msgid "config.path_httpupgrade.label"
|
|
1704
1704
|
msgstr "ℹ️ HTTP Upgrade Path"
|
1705
1705
|
|
1706
1706
|
msgid "config.path_splithttp.description"
|
1707
|
-
msgstr "
|
1707
|
+
msgstr "XHTTP path"
|
1708
1708
|
|
1709
1709
|
msgid "config.path_splithttp.label"
|
1710
|
-
msgstr "
|
1710
|
+
msgstr "XHTTP path"
|
1711
1711
|
|
1712
1712
|
msgid "config.path_ss.description"
|
1713
1713
|
msgstr "Shadowsocks Path in the Links"
|
@@ -1809,7 +1809,7 @@ msgid "config.reality_fallback_domain.label"
|
|
1809
1809
|
msgstr "🌍 Reality Fallback Domain"
|
1810
1810
|
|
1811
1811
|
msgid "config.reality_port.description"
|
1812
|
-
msgstr "
|
1812
|
+
msgstr "Reality Port"
|
1813
1813
|
|
1814
1814
|
msgid "config.reality_port.label"
|
1815
1815
|
msgstr "config.reality_port.label"
|
@@ -1942,10 +1942,12 @@ msgid "config.speed_test.label"
|
|
1942
1942
|
msgstr "🚀 Speed Test"
|
1943
1943
|
|
1944
1944
|
msgid "config.splithttp_enable.description"
|
1945
|
-
msgstr "
|
1945
|
+
msgstr ""
|
1946
|
+
"XHTTP allowing seperate download and upload stream and uniforming gRPC, H2, "
|
1947
|
+
"H1 and also support Quic."
|
1946
1948
|
|
1947
1949
|
msgid "config.splithttp_enable.label"
|
1948
|
-
msgstr "
|
1950
|
+
msgstr "Enable XHTTP"
|
1949
1951
|
|
1950
1952
|
msgid "config.ssfaketls.description"
|
1951
1953
|
msgstr ""
|
@@ -2284,10 +2286,12 @@ msgid "config.unique_id.label"
|
|
2284
2286
|
msgstr "config.unique_id.label"
|
2285
2287
|
|
2286
2288
|
msgid "config.use_ip_in_config.description"
|
2287
|
-
msgstr "
|
2289
|
+
msgstr ""
|
2290
|
+
"This help to reduce the issue may heppen in resolving server IP. This will "
|
2291
|
+
"use a random IP of the selected domain."
|
2288
2292
|
|
2289
2293
|
msgid "config.use_ip_in_config.label"
|
2290
|
-
msgstr "
|
2294
|
+
msgstr "Use IP in configs"
|
2291
2295
|
|
2292
2296
|
msgid "config.utls.description"
|
2293
2297
|
msgstr ""
|
Binary file
|
@@ -282,9 +282,6 @@ msgstr "حمایت"
|
|
282
282
|
msgid "Download App"
|
283
283
|
msgstr "<i class='fa-solid fa-download'></i> دانلود"
|
284
284
|
|
285
|
-
msgid "Download Domain"
|
286
|
-
msgstr ""
|
287
|
-
|
288
285
|
msgid "Edit"
|
289
286
|
msgstr "ویرایش"
|
290
287
|
|
@@ -471,7 +468,7 @@ msgid "No children!"
|
|
471
468
|
msgstr "هیچ زیر مجموعه ای یافت نشد"
|
472
469
|
|
473
470
|
msgid "Not Secure"
|
474
|
-
msgstr ""
|
471
|
+
msgstr "ناامن"
|
475
472
|
|
476
473
|
msgid "Note"
|
477
474
|
msgstr "📝 یادداشت"
|
@@ -489,7 +486,7 @@ msgid "Ok"
|
|
489
486
|
msgstr "تایید"
|
490
487
|
|
491
488
|
msgid "Online"
|
492
|
-
msgstr ""
|
489
|
+
msgstr "آنلاین"
|
493
490
|
|
494
491
|
msgid "Online Users"
|
495
492
|
msgstr "کاربران آنلاین"
|
@@ -614,7 +611,7 @@ msgid "REALITY Fallback domain is not compaitble with server names!"
|
|
614
611
|
msgstr "دامنه بازگشتی REALITY با نام سرور سازگار نیست!"
|
615
612
|
|
616
613
|
msgid "REALITY Fallback domain is not compatible with server names!"
|
617
|
-
msgstr ""
|
614
|
+
msgstr "ریالتی: دامنه جایگزین با نام سرورها سازگار نیست!"
|
618
615
|
|
619
616
|
msgid "Release"
|
620
617
|
msgstr "✅ پایدار"
|
@@ -722,7 +719,7 @@ msgid "Sort by %(name)s"
|
|
722
719
|
msgstr "مرتب سازی بر اساس %(name)s"
|
723
720
|
|
724
721
|
msgid "Specifying CDN IP is only valid for CDN mode"
|
725
|
-
msgstr ""
|
722
|
+
msgstr "مشخص کردن IP مربوط به CDN فقط برای حالت CDN معتبر است"
|
726
723
|
|
727
724
|
msgid "Start Date"
|
728
725
|
msgstr "زمان شروع"
|
@@ -1328,7 +1325,7 @@ msgid "config.default_useragent_string.description"
|
|
1328
1325
|
msgstr ""
|
1329
1326
|
|
1330
1327
|
msgid "config.default_useragent_string.label"
|
1331
|
-
msgstr ""
|
1328
|
+
msgstr "یوزرایجنت پیشفرض"
|
1332
1329
|
|
1333
1330
|
msgid "config.dns_server.description"
|
1334
1331
|
msgstr ""
|
@@ -1694,6 +1691,12 @@ msgstr "باید تصادفی باشد"
|
|
1694
1691
|
msgid "config.path_httpupgrade.label"
|
1695
1692
|
msgstr "ℹ️ مسیر ارتقاء HTTP"
|
1696
1693
|
|
1694
|
+
msgid "config.path_splithttp.description"
|
1695
|
+
msgstr "مسیر XHTTP"
|
1696
|
+
|
1697
|
+
msgid "config.path_splithttp.label"
|
1698
|
+
msgstr "مسیر XHTTP"
|
1699
|
+
|
1697
1700
|
msgid "config.path_ss.description"
|
1698
1701
|
msgstr "مسیر شدوساکس در لینکها"
|
1699
1702
|
|
@@ -1797,7 +1800,7 @@ msgid "config.reality_fallback_domain.label"
|
|
1797
1800
|
msgstr "🌍 دامنه بازگشتی ریالیتی"
|
1798
1801
|
|
1799
1802
|
msgid "config.reality_port.description"
|
1800
|
-
msgstr ""
|
1803
|
+
msgstr "پورت reality"
|
1801
1804
|
|
1802
1805
|
msgid "config.reality_port.label"
|
1803
1806
|
msgstr ""
|
@@ -1922,12 +1925,6 @@ msgstr ""
|
|
1922
1925
|
msgid "config.special_port.label"
|
1923
1926
|
msgstr "↔️ پورت ریالیتی"
|
1924
1927
|
|
1925
|
-
msgid "config.special_port_old.description"
|
1926
|
-
msgstr ""
|
1927
|
-
|
1928
|
-
msgid "config.special_port_old.label"
|
1929
|
-
msgstr ""
|
1930
|
-
|
1931
1928
|
msgid "config.speed_test.description"
|
1932
1929
|
msgstr ""
|
1933
1930
|
"با فعالسازی این گزینه به کاربران اجازه تست سرعت میدهید. این کار به آنها "
|
@@ -1936,6 +1933,14 @@ msgstr ""
|
|
1936
1933
|
msgid "config.speed_test.label"
|
1937
1934
|
msgstr "🚀 تست سرعت"
|
1938
1935
|
|
1936
|
+
msgid "config.splithttp_enable.description"
|
1937
|
+
msgstr ""
|
1938
|
+
"XHTTP امکان دانلود و آپلود جداگانه را فراهم میکند و gRPC، H2، H1 را یکپارچه"
|
1939
|
+
" میکند و همچنین از Quic پشتیبانی میکند."
|
1940
|
+
|
1941
|
+
msgid "config.splithttp_enable.label"
|
1942
|
+
msgstr "فعال کردن XHTTP"
|
1943
|
+
|
1939
1944
|
msgid "config.ssfaketls.description"
|
1940
1945
|
msgstr ""
|
1941
1946
|
"شادوساکس FakeTLS یک روش مبهم سازی ساده هست که دیتا را در بسته TLS کپسوله "
|
@@ -2277,9 +2282,11 @@ msgstr "config.unique_id.label"
|
|
2277
2282
|
|
2278
2283
|
msgid "config.use_ip_in_config.description"
|
2279
2284
|
msgstr ""
|
2285
|
+
"این به کاهش مشکلاتی که ممکن است در حل مشکل IP سرور رخ دهد کمک میکند. این از"
|
2286
|
+
" یک IP تصادفی از دامنه انتخاب شده استفاده میکند."
|
2280
2287
|
|
2281
2288
|
msgid "config.use_ip_in_config.label"
|
2282
|
-
msgstr ""
|
2289
|
+
msgstr "استفاده از IP در کانفیگها"
|
2283
2290
|
|
2284
2291
|
msgid "config.utls.description"
|
2285
2292
|
msgstr ""
|
Binary file
|
Binary file
|
@@ -254,9 +254,6 @@ msgstr "Doação"
|
|
254
254
|
msgid "Download App"
|
255
255
|
msgstr "<i class='fa-solid fa-download'></i> Baixar aplicativo"
|
256
256
|
|
257
|
-
msgid "Download Domain"
|
258
|
-
msgstr ""
|
259
|
-
|
260
257
|
msgid "Edit"
|
261
258
|
msgstr "Editar"
|
262
259
|
|
@@ -1899,12 +1896,6 @@ msgstr ""
|
|
1899
1896
|
msgid "config.special_port.label"
|
1900
1897
|
msgstr "↔️ Porto de Realidade Direta"
|
1901
1898
|
|
1902
|
-
msgid "config.special_port_old.description"
|
1903
|
-
msgstr ""
|
1904
|
-
|
1905
|
-
msgid "config.special_port_old.label"
|
1906
|
-
msgstr ""
|
1907
|
-
|
1908
1899
|
msgid "config.speed_test.description"
|
1909
1900
|
msgstr ""
|
1910
1901
|
"Permita que seus usuários façam o teste de velocidade. Isso os ajuda a "
|
Binary file
|
@@ -292,9 +292,6 @@ msgstr "Пожертвование"
|
|
292
292
|
msgid "Download App"
|
293
293
|
msgstr "<i class='fa-solid fa-download'></i> Загрузить приложение"
|
294
294
|
|
295
|
-
msgid "Download Domain"
|
296
|
-
msgstr ""
|
297
|
-
|
298
295
|
msgid "Edit"
|
299
296
|
msgstr "Изменить"
|
300
297
|
|
@@ -1950,12 +1947,6 @@ msgstr ""
|
|
1950
1947
|
msgid "config.special_port.label"
|
1951
1948
|
msgstr "↔️ Порт Direct Reality"
|
1952
1949
|
|
1953
|
-
msgid "config.special_port_old.description"
|
1954
|
-
msgstr ""
|
1955
|
-
|
1956
|
-
msgid "config.special_port_old.label"
|
1957
|
-
msgstr ""
|
1958
|
-
|
1959
1950
|
msgid "config.speed_test.description"
|
1960
1951
|
msgstr ""
|
1961
1952
|
"Разрешите вашим пользователям выполнять тест скорости. Это помогает им "
|
Binary file
|
@@ -285,9 +285,6 @@ msgstr "捐款"
|
|
285
285
|
msgid "Download App"
|
286
286
|
msgstr "下载应用程序"
|
287
287
|
|
288
|
-
msgid "Download Domain"
|
289
|
-
msgstr ""
|
290
|
-
|
291
288
|
msgid "Edit"
|
292
289
|
msgstr "编辑"
|
293
290
|
|
@@ -1825,12 +1822,6 @@ msgstr "您可以为您的现实服务器设置自定义端口,以减少系统
|
|
1825
1822
|
msgid "config.special_port.label"
|
1826
1823
|
msgstr "↔️ 直接 Reality 端口"
|
1827
1824
|
|
1828
|
-
msgid "config.special_port_old.description"
|
1829
|
-
msgstr ""
|
1830
|
-
|
1831
|
-
msgid "config.special_port_old.label"
|
1832
|
-
msgstr ""
|
1833
|
-
|
1834
1825
|
msgid "config.speed_test.description"
|
1835
1826
|
msgstr "允许您的用户进行速度测试。它可以帮助他们识别链接质量"
|
1836
1827
|
|
@@ -461,7 +461,7 @@
|
|
461
461
|
},
|
462
462
|
"default_useragent_string": {
|
463
463
|
"description": "config.default_useragent_string.description",
|
464
|
-
"label": "
|
464
|
+
"label": "Default User Agent"
|
465
465
|
},
|
466
466
|
"dns_server": {
|
467
467
|
"description": "✳️ Default 1.1.1.1 <br>\n🚧 Block Malware 1.1.1.2 <br>\n🔞 Block Porn 1.1.1.3\n",
|
@@ -670,8 +670,8 @@
|
|
670
670
|
"label": "ℹ️ HTTP Upgrade Path"
|
671
671
|
},
|
672
672
|
"path_splithttp": {
|
673
|
-
"description": "
|
674
|
-
"label": "
|
673
|
+
"description": "XHTTP path",
|
674
|
+
"label": "XHTTP path"
|
675
675
|
},
|
676
676
|
"path_ss": {
|
677
677
|
"description": "Shadowsocks Path in the Links",
|
@@ -738,7 +738,7 @@
|
|
738
738
|
"label": "🌍 Reality Fallback Domain"
|
739
739
|
},
|
740
740
|
"reality_port": {
|
741
|
-
"description": "
|
741
|
+
"description": "Reality Port",
|
742
742
|
"label": "config.reality_port.label"
|
743
743
|
},
|
744
744
|
"reality_private_key": {
|
@@ -814,8 +814,8 @@
|
|
814
814
|
"label": "🚀 Speed Test"
|
815
815
|
},
|
816
816
|
"splithttp_enable": {
|
817
|
-
"description": "
|
818
|
-
"label": "
|
817
|
+
"description": "XHTTP allowing seperate download and upload stream and uniforming gRPC, H2, H1 and also support Quic.",
|
818
|
+
"label": "Enable XHTTP"
|
819
819
|
},
|
820
820
|
"ssfaketls": {
|
821
821
|
"description": "Shadowsocks FakeTLS is a simple obfusacting tool that encapsulate the date In tls packet",
|
@@ -1010,8 +1010,8 @@
|
|
1010
1010
|
"label": "config.unique_id.label"
|
1011
1011
|
},
|
1012
1012
|
"use_ip_in_config": {
|
1013
|
-
"description": "
|
1014
|
-
"label": "
|
1013
|
+
"description": "This help to reduce the issue may heppen in resolving server IP. This will use a random IP of the selected domain.",
|
1014
|
+
"label": "Use IP in configs"
|
1015
1015
|
},
|
1016
1016
|
"utls": {
|
1017
1017
|
"description": "This Option Will Simulate Different Browsers, Therefore, GFW Can Not Detect Your Browsing",
|
@@ -68,7 +68,6 @@
|
|
68
68
|
"title": "حمایت"
|
69
69
|
},
|
70
70
|
"Download App": "<i class='fa-solid fa-download'></i> دانلود",
|
71
|
-
"Download Domain": "",
|
72
71
|
"Edit": "ویرایش",
|
73
72
|
"Edit Proxy Names": "✏️ ویرایش پروکسیها",
|
74
73
|
"Enable": "❇️ فعال",
|
@@ -121,13 +120,13 @@
|
|
121
120
|
"Network": "شبکه",
|
122
121
|
"New": "تازه",
|
123
122
|
"No children!": "هیچ زیر مجموعه ای یافت نشد",
|
124
|
-
"Not Secure": "",
|
123
|
+
"Not Secure": "ناامن",
|
125
124
|
"Note": "📝 یادداشت",
|
126
125
|
"Offline more than 1 day": "آفلاین بیش از 1 روز",
|
127
126
|
"Offline more than 1 hour": "آفلاین بیش از 1 ساعت",
|
128
127
|
"Offline more than 1 week": "آفلاین بیش از 1 هفته",
|
129
128
|
"Ok": "تایید",
|
130
|
-
"Online": "",
|
129
|
+
"Online": "آنلاین",
|
131
130
|
"Online Users": "کاربران آنلاین",
|
132
131
|
"Only Blocked and Local websites": "☑️ فقط سایتهای داخلی و مسدود شدهی خارجی",
|
133
132
|
"Only for sublink?": "🌍 استفاده فقط برای لینک کانفیگ ها (سابسکریپشن)",
|
@@ -159,7 +158,7 @@
|
|
159
158
|
"QRCode": "<i class='fa-solid fa-qrcode'></i> QR Code ",
|
160
159
|
"RAM": "رم",
|
161
160
|
"REALITY Fallback domain is not compaitble with server names!": "دامنه بازگشتی REALITY با نام سرور سازگار نیست!",
|
162
|
-
"REALITY Fallback domain is not compatible with server names!": "",
|
161
|
+
"REALITY Fallback domain is not compatible with server names!": "ریالتی: دامنه جایگزین با نام سرورها سازگار نیست!",
|
163
162
|
"Release": "✅ پایدار",
|
164
163
|
"Remaining about %(relative)s, exactly %(days)s days": "حدود %(relative)s و دقیقا %(days)s روز باقی مانده است",
|
165
164
|
"Remote nodes are not supported yet!": "گره های راه دور هنوز پشتیبانی نمی شوند!",
|
@@ -195,7 +194,7 @@
|
|
195
194
|
"Simplifies the process of employing the link elsewhere.": "برای راحتی انتقال این صفحه به پلتفرم دیگر",
|
196
195
|
"SingBox": "📦 SingBox",
|
197
196
|
"Sort by %(name)s": "مرتب سازی بر اساس %(name)s",
|
198
|
-
"Specifying CDN IP is only valid for CDN mode": "",
|
197
|
+
"Specifying CDN IP is only valid for CDN mode": "مشخص کردن IP مربوط به CDN فقط برای حالت CDN معتبر است",
|
199
198
|
"Start Date": "زمان شروع",
|
200
199
|
"Started %(days)s days ago": "از %(days)s روز پیش شروع شد",
|
201
200
|
"Started from %(relative)s": "از %(relative)s شروع شد",
|
@@ -461,7 +460,7 @@
|
|
461
460
|
},
|
462
461
|
"default_useragent_string": {
|
463
462
|
"description": "",
|
464
|
-
"label": ""
|
463
|
+
"label": "یوزرایجنت پیشفرض"
|
465
464
|
},
|
466
465
|
"dns_server": {
|
467
466
|
"description": "✳️ پیش فرض 1.1.1.1 <br>\n🚧 مسدود کردن بدافزار 1.1.1.2 <br>\n🔞 مسدود کردن پورن 1.1.1.3",
|
@@ -669,6 +668,10 @@
|
|
669
668
|
"description": "باید تصادفی باشد",
|
670
669
|
"label": "ℹ️ مسیر ارتقاء HTTP"
|
671
670
|
},
|
671
|
+
"path_splithttp": {
|
672
|
+
"description": "مسیر XHTTP",
|
673
|
+
"label": "مسیر XHTTP"
|
674
|
+
},
|
672
675
|
"path_ss": {
|
673
676
|
"description": "مسیر شدوساکس در لینکها",
|
674
677
|
"label": "مسیر شدوساکس"
|
@@ -734,7 +737,7 @@
|
|
734
737
|
"label": "🌍 دامنه بازگشتی ریالیتی"
|
735
738
|
},
|
736
739
|
"reality_port": {
|
737
|
-
"description": "",
|
740
|
+
"description": "پورت reality",
|
738
741
|
"label": ""
|
739
742
|
},
|
740
743
|
"reality_private_key": {
|
@@ -805,14 +808,14 @@
|
|
805
808
|
"description": "شما می توانید یک پورت سفارشی برای سرور ریالیتی خود تنظیم کنید تا پردازش سیستم را کاهش دهید. (اجازه اتصال مستقیم به پروکسی ها باید بله باشد)",
|
806
809
|
"label": "↔️ پورت ریالیتی"
|
807
810
|
},
|
808
|
-
"special_port_old": {
|
809
|
-
"description": "",
|
810
|
-
"label": ""
|
811
|
-
},
|
812
811
|
"speed_test": {
|
813
812
|
"description": "با فعالسازی این گزینه به کاربران اجازه تست سرعت میدهید. این کار به آنها کمک میکند تا کیفیت سرور و کانفیگها را بسنجند",
|
814
813
|
"label": "🚀 تست سرعت"
|
815
814
|
},
|
815
|
+
"splithttp_enable": {
|
816
|
+
"description": "XHTTP امکان دانلود و آپلود جداگانه را فراهم میکند و gRPC، H2، H1 را یکپارچه میکند و همچنین از Quic پشتیبانی میکند.",
|
817
|
+
"label": "فعال کردن XHTTP"
|
818
|
+
},
|
816
819
|
"ssfaketls": {
|
817
820
|
"description": "شادوساکس FakeTLS یک روش مبهم سازی ساده هست که دیتا را در بسته TLS کپسوله میکند تا فیلترچی فریب بخورد.",
|
818
821
|
"label": "Shadowsocks FakeTLS"
|
@@ -1006,8 +1009,8 @@
|
|
1006
1009
|
"label": "config.unique_id.label"
|
1007
1010
|
},
|
1008
1011
|
"use_ip_in_config": {
|
1009
|
-
"description": "",
|
1010
|
-
"label": ""
|
1012
|
+
"description": "این به کاهش مشکلاتی که ممکن است در حل مشکل IP سرور رخ دهد کمک میکند. این از یک IP تصادفی از دامنه انتخاب شده استفاده میکند.",
|
1013
|
+
"label": "استفاده از IP در کانفیگها"
|
1011
1014
|
},
|
1012
1015
|
"utls": {
|
1013
1016
|
"description": "این گزینه مرورگرهای معروف را شبیه سازی میکند تا فیلترچی نتواند شما رو شناسایی کند",
|
@@ -115,11 +115,13 @@
|
|
115
115
|
"Network": "Réseau",
|
116
116
|
"New": "Nouveau",
|
117
117
|
"No children!": "Pas d'enfants",
|
118
|
+
"Not Secure": "Non sécurisé",
|
118
119
|
"Note": "📝 Remarque",
|
119
120
|
"Offline more than 1 day": "Hors ligne plus d'un jour",
|
120
121
|
"Offline more than 1 hour": "Hors ligne plus d'une heure",
|
121
122
|
"Offline more than 1 week": "Hors ligne plus d'une semaine",
|
122
123
|
"Ok": "D'accord",
|
124
|
+
"Online": "En ligne",
|
123
125
|
"Online Users": "Utilisateurs en ligne",
|
124
126
|
"Only Blocked and Local websites": "☑️ Uniquement les sites Web bloqués et locaux",
|
125
127
|
"Only for sublink?": "🌍 Utiliser uniquement pour le lien d'abonnement",
|
@@ -706,10 +708,6 @@
|
|
706
708
|
"description": "Lorsque le GFW visitera les sites Web dans les noms de serveur, il sera redirigé vers ce domaine.",
|
707
709
|
"label": "🌍 Domaine de repli de Reality"
|
708
710
|
},
|
709
|
-
"special_port": {
|
710
|
-
"description": "Vous pouvez définir un port personnalisé pour votre serveur de Reality afin de réduire la surcharge du système. (Autoriser la connexion directe aux proxys devrait être oui)",
|
711
|
-
"label": "↔️ Port de Reality directe"
|
712
|
-
},
|
713
711
|
"reality_private_key": {
|
714
712
|
"description": "Ne le changez pas",
|
715
713
|
"label": "🔑 Clé privée"
|
@@ -774,6 +772,10 @@
|
|
774
772
|
"description": "Cette option crée une fausse configuration dans le sous-lien de l'utilisateur qui affiche le volume restant de l'utilisateur.",
|
775
773
|
"label": "👁️🗨️ Afficher l'utilisation dans le Sublink"
|
776
774
|
},
|
775
|
+
"special_port": {
|
776
|
+
"description": "Vous pouvez définir un port personnalisé pour votre serveur de Reality afin de réduire la surcharge du système. (Autoriser la connexion directe aux proxys devrait être oui)",
|
777
|
+
"label": "↔️ Port de Reality directe"
|
778
|
+
},
|
777
779
|
"speed_test": {
|
778
780
|
"description": "Autorisez vos utilisateurs à effectuer des tests de vitesse. Cela les aide à identifier la qualité du lien",
|
779
781
|
"label": "🚀 Test de vitesse"
|
@@ -709,10 +709,6 @@
|
|
709
709
|
"description": "GFW သည် ဆာဗာအမည်များရှိ ဝဘ်ဆိုဒ်များသို့ သွားရောက်သည့်အခါ ၎င်းသည် ဤ ဒိုမိန်းသို့ ပြန်လည်ညွှန်းပေးမည်ဖြစ်သည်။",
|
710
710
|
"label": "🌍 Reality Fallback ဒိုမိန်း"
|
711
711
|
},
|
712
|
-
"special_port": {
|
713
|
-
"description": "စနစ်၏ အကျုံးဝင်မှုကို လျှော့ချရန် သင်၏ reality ဆာဗာအတွက် စိတ်ကြိုက် Port တစ်ခုကို သင် သတ်မှတ်နိုင်သည်။ (ပရောက်စီများနှင့် တိုက်ရိုက်ချိတ်ဆက်မှုကို ခွင့်ပြုပါက ဟုတ်သင့်သည်)",
|
714
|
-
"label": "↔️ တိုက်ရိုက် Reality Port"
|
715
|
-
},
|
716
712
|
"reality_private_key": {
|
717
713
|
"description": "ယင်းအား မပြောင်းလဲရ",
|
718
714
|
"label": "🔑 Private Key"
|
@@ -777,6 +773,10 @@
|
|
777
773
|
"description": "ဤရွေးချယ်မှုသည် အသုံးပြုသူ၏လက်ကျန်ပမာဏကိုပြသသည့် အသုံးပြုသူ၏ခွဲလင့်ခ်တွင် Fake Config ကိုဖန်တီးပေးသည်။",
|
778
774
|
"label": "👁️🗨️ Sublink တွင် အသုံးပြုပုံကို ပြပါ။"
|
779
775
|
},
|
776
|
+
"special_port": {
|
777
|
+
"description": "စနစ်၏ အကျုံးဝင်မှုကို လျှော့ချရန် သင်၏ reality ဆာဗာအတွက် စိတ်ကြိုက် Port တစ်ခုကို သင် သတ်မှတ်နိုင်သည်။ (ပရောက်စီများနှင့် တိုက်ရိုက်ချိတ်ဆက်မှုကို ခွင့်ပြုပါက ဟုတ်သင့်သည်)",
|
778
|
+
"label": "↔️ တိုက်ရိုက် Reality Port"
|
779
|
+
},
|
780
780
|
"speed_test": {
|
781
781
|
"description": "သင့်အသုံးပြုသူများကို အမြန်နှုန်းစမ်းသပ်မှု ပြုလုပ်ခွင့်ပြုရန်။ ၎င်းသည် ၎င်းတို့အား လင့်ခ်အရည်အသွေးကို ခွဲခြားသတ်မှတ်ရန် ကူညီပေးသည်။",
|
782
782
|
"label": "🚀 အမြန်နှုန်း စမ်းသပ်"
|
@@ -68,7 +68,6 @@
|
|
68
68
|
"title": "Doação"
|
69
69
|
},
|
70
70
|
"Download App": "<i class='fa-solid fa-download'></i> Baixar aplicativo",
|
71
|
-
"Download Domain": "",
|
72
71
|
"Edit": "Editar",
|
73
72
|
"Edit Proxy Names": "✏️ Modificando Proxies",
|
74
73
|
"Enable": "❇️ Habilitar",
|
@@ -805,10 +804,6 @@
|
|
805
804
|
"description": "Você pode definir uma porta personalizada para seu servidor de Reality para reduzir a sobrecarga do sistema. (Permitir conexão direta com proxies deve ser sim)",
|
806
805
|
"label": "↔️ Porto de Realidade Direta"
|
807
806
|
},
|
808
|
-
"special_port_old": {
|
809
|
-
"description": "",
|
810
|
-
"label": ""
|
811
|
-
},
|
812
807
|
"speed_test": {
|
813
808
|
"description": "Permita que seus usuários façam o teste de velocidade. Isso os ajuda a identificar a qualidade do link",
|
814
809
|
"label": "🚀 Teste de velocidade"
|
@@ -68,7 +68,6 @@
|
|
68
68
|
"title": "Пожертвование"
|
69
69
|
},
|
70
70
|
"Download App": "<i class='fa-solid fa-download'></i> Загрузить приложение",
|
71
|
-
"Download Domain": "",
|
72
71
|
"Edit": "Изменить",
|
73
72
|
"Edit Proxy Names": "✏️ Изменить прокси",
|
74
73
|
"Enable": "❇️ Включить",
|
@@ -805,10 +804,6 @@
|
|
805
804
|
"description": "Вы можете установить индивидуальный порт для вашего сервера Reality, чтобы снизить нагрузку на систему. (Разрешить прямое подключение к прокси должно быть да)",
|
806
805
|
"label": "↔️ Порт Direct Reality"
|
807
806
|
},
|
808
|
-
"special_port_old": {
|
809
|
-
"description": "",
|
810
|
-
"label": ""
|
811
|
-
},
|
812
807
|
"speed_test": {
|
813
808
|
"description": "Разрешите вашим пользователям выполнять тест скорости. Это помогает им определить качество связи.",
|
814
809
|
"label": "🚀 Тест скорости"
|
@@ -68,7 +68,6 @@
|
|
68
68
|
"title": "捐款"
|
69
69
|
},
|
70
70
|
"Download App": "下载应用程序",
|
71
|
-
"Download Domain": "",
|
72
71
|
"Edit": "编辑",
|
73
72
|
"Edit Proxy Names": "✏️ 修改代理",
|
74
73
|
"Enable": "❇️启用",
|
@@ -805,10 +804,6 @@
|
|
805
804
|
"description": "您可以为您的现实服务器设置自定义端口,以减少系统开销。(允许直接连接到代理应该是肯定的)",
|
806
805
|
"label": "↔️ 直接 Reality 端口"
|
807
806
|
},
|
808
|
-
"special_port_old": {
|
809
|
-
"description": "",
|
810
|
-
"label": ""
|
811
|
-
},
|
812
807
|
"speed_test": {
|
813
808
|
"description": "允许您的用户进行速度测试。它可以帮助他们识别链接质量",
|
814
809
|
"label": "🚀 速度测试"
|
@@ -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=w2IuRwg3x20A_ttHk0-I1tA-BQK49vKRTtSoandDEBo,8
|
3
|
+
hiddifypanel/VERSION.py,sha256=bpgBi3x7vc_2g8RhIBaT2U2zEHmbVSK-1zOJ7XDX2F4,187
|
4
4
|
hiddifypanel/__init__.py,sha256=kigwDO8d9jXyPZLvJAWd6zo-GX3pG_xWf-q2aStz80Y,377
|
5
5
|
hiddifypanel/__main__.py,sha256=IVchnXpK6bm8T3N--mN17HBQNLMeLAjyP7iwzULexB4,218
|
6
6
|
hiddifypanel/auth.py,sha256=LJmH4ROqZv5ej_4m1b0xvbEw2meJTzDR1mFCDm523kE,8041
|
@@ -47,7 +47,7 @@ hiddifypanel/hutils/proxy/clash.py,sha256=JiT3wj48b9ezCGxZoEp5FrhvwfmNKslcF5GMoH
|
|
47
47
|
hiddifypanel/hutils/proxy/shared.py,sha256=Cb_LfcO34XWIoREPXdQoaJUR0JpXfSTle7npe7amW-g,24253
|
48
48
|
hiddifypanel/hutils/proxy/singbox.py,sha256=Fmmzoake-gpnRB5yfTyQvd1dB-10WKwhJt4vhiKzJZQ,11722
|
49
49
|
hiddifypanel/hutils/proxy/wireguard.py,sha256=gij01BYXII-RxAh3Yky0o3yce20HJKeHtu1KNwb0Uzk,934
|
50
|
-
hiddifypanel/hutils/proxy/xray.py,sha256=
|
50
|
+
hiddifypanel/hutils/proxy/xray.py,sha256=j6V6p2U-Z643fG9IWyADAP9hOT3eL_BBcBT6x_KLKkA,11672
|
51
51
|
hiddifypanel/hutils/proxy/xrayjson.py,sha256=wcZs4laKO-aASWsHd36vozHXaGRcTiQZQVN9BvzBIBs,16612
|
52
52
|
hiddifypanel/models/__init__.py,sha256=PngFjQL9WvQP4EioNHRz1tTeyIgLoNvZ7WpmAhwKHnU,677
|
53
53
|
hiddifypanel/models/admin.py,sha256=bbvpbquyPTmRjqwVT4zVC3bIF39zZYv8snlOR5XIF90,7517
|
@@ -842,28 +842,28 @@ hiddifypanel/templates/redirect.html,sha256=K9x_O4P96vEkqBhOXIhoGrWw1KIqd2bL0BjI
|
|
842
842
|
hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
|
843
843
|
hiddifypanel/templates/hiddify-flask-admin/actions.html,sha256=2NeITe2e-lPKCk_o511tCIqVtrPu8LYHE1wTCtrFUrI,1331
|
844
844
|
hiddifypanel/templates/hiddify-flask-admin/list.html,sha256=MBGrTqZpzNLe4sZy0RozvXNr8seFUQc2C6v88BJtNWc,11095
|
845
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=
|
846
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=
|
847
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
848
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=
|
849
|
-
hiddifypanel/translations/my/LC_MESSAGES/messages.mo,sha256=
|
845
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=EMcHCgeo3XnVoZXoj-weWnPXY1wzxGBT2V3zv66T4eY,81256
|
846
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=hwOwGyYUbPzonvANu66WmQwFK2FHaMHMXKhcBjboM-A,84617
|
847
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=GNGkBt8a560XJZHqgcqt0GqiodVDHdM43wzj9kl_2A4,104622
|
848
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=TohtO9n-XtgByWFKOeKEdm5TYN1UcQ3nU9kELrDj47A,109340
|
849
|
+
hiddifypanel/translations/my/LC_MESSAGES/messages.mo,sha256=CHp6H4WvzDwJpICdrKrl_hhQv-4d52swLbcDvCyQPKU,139090
|
850
850
|
hiddifypanel/translations/my/LC_MESSAGES/messages.po,sha256=PvYBwQWXaUpAoqy90oow-sH-ZyPE7Fm_l-3FrXT_vEA,141985
|
851
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
852
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=
|
853
|
-
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=
|
854
|
-
hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=
|
855
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=
|
856
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=
|
857
|
-
hiddifypanel/translations.i18n/en.json,sha256=
|
858
|
-
hiddifypanel/translations.i18n/fa.json,sha256=
|
859
|
-
hiddifypanel/translations.i18n/fr.json,sha256=
|
860
|
-
hiddifypanel/translations.i18n/my.json,sha256=
|
861
|
-
hiddifypanel/translations.i18n/pt.json,sha256=
|
862
|
-
hiddifypanel/translations.i18n/ru.json,sha256=
|
863
|
-
hiddifypanel/translations.i18n/zh.json,sha256=
|
864
|
-
hiddifypanel-10.86.
|
865
|
-
hiddifypanel-10.86.
|
866
|
-
hiddifypanel-10.86.
|
867
|
-
hiddifypanel-10.86.
|
868
|
-
hiddifypanel-10.86.
|
869
|
-
hiddifypanel-10.86.
|
851
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=zNfcesYqH5IBave5KlyV95UA2hq-Vq_OqvYPjtMFmNg,80947
|
852
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=8vYwPYPVipSdBo-HPZBharNsPMWts5fPfkUxNqiqGHU,85928
|
853
|
+
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=oQVhM5R48zhyxmN63Z91xxWILtWB34X6hrl8kH20oz0,108744
|
854
|
+
hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=eLILTJohGCes_O6A7dom77zOg2xBUOf-MPrmGD8UbwE,113931
|
855
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=jB7z29CPzbN8vtMm0EVI0udledaN_QXynvhYXZmZc-w,75446
|
856
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=ZtSUOw8HiQFnBA-N2ad_P1ijpndwZ0C8m9lnwpa4NGU,80038
|
857
|
+
hiddifypanel/translations.i18n/en.json,sha256=7Lveuq3q_tQkTQ_JFlKOXO1eXHTHhKXgrXVvVO43rS4,73488
|
858
|
+
hiddifypanel/translations.i18n/fa.json,sha256=P3ChqG5fAWEjMA6ydT1mZaPZoIlNFfVO9e0Xq2z1_P0,98221
|
859
|
+
hiddifypanel/translations.i18n/fr.json,sha256=mAZvPzYQhQ1zleLr21cxeB99mb8gvoJBlw7_8AsJgQc,80895
|
860
|
+
hiddifypanel/translations.i18n/my.json,sha256=FWUSUOcHAmVBaq7KL2aX5W8ywsElsy_Dj_ZHuT2EMpE,137466
|
861
|
+
hiddifypanel/translations.i18n/pt.json,sha256=QbAeKVyQtgiWbf4puGCWiBuR57YRGfcCjxJayWFC9mM,74995
|
862
|
+
hiddifypanel/translations.i18n/ru.json,sha256=P_u4urghSjhfl0zM-SOUGBFd6JjcBs3M8aflKxbwOY4,102782
|
863
|
+
hiddifypanel/translations.i18n/zh.json,sha256=41FJwUZoenVEni97G_Dmbqj6S_2AmxW14F1qCV5lBbU,69528
|
864
|
+
hiddifypanel-10.86.3.dist-info/licenses/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
|
865
|
+
hiddifypanel-10.86.3.dist-info/METADATA,sha256=oZJsLWoDeGfbcOcUX8VsuHC3TnPWMyOOxQaosDD8MWE,25625
|
866
|
+
hiddifypanel-10.86.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
867
|
+
hiddifypanel-10.86.3.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
|
868
|
+
hiddifypanel-10.86.3.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
|
869
|
+
hiddifypanel-10.86.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|