hiddifypanel 10.85.0b19__py3-none-any.whl → 10.85.0b20__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/panel/user/templates/base_singbox_config.json.j2 +11 -13
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/my/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- {hiddifypanel-10.85.0b19.dist-info → hiddifypanel-10.85.0b20.dist-info}/METADATA +1 -1
- {hiddifypanel-10.85.0b19.dist-info → hiddifypanel-10.85.0b20.dist-info}/RECORD +15 -15
- {hiddifypanel-10.85.0b19.dist-info → hiddifypanel-10.85.0b20.dist-info}/WHEEL +0 -0
- {hiddifypanel-10.85.0b19.dist-info → hiddifypanel-10.85.0b20.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-10.85.0b19.dist-info → hiddifypanel-10.85.0b20.dist-info}/licenses/LICENSE.md +0 -0
- {hiddifypanel-10.85.0b19.dist-info → hiddifypanel-10.85.0b20.dist-info}/top_level.txt +0 -0
hiddifypanel/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
10.85.
|
1
|
+
10.85.0b20
|
hiddifypanel/VERSION.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# import importlib.metadata
|
2
2
|
from datetime import datetime
|
3
3
|
|
4
|
-
__version__ = '10.85.
|
5
|
-
__release_time__= datetime.strptime('2025-07-
|
4
|
+
__version__ = '10.85.0b20'
|
5
|
+
__release_time__= datetime.strptime('2025-07-03T10:58:47','%Y-%m-%dT%H:%M:%S')
|
6
6
|
is_released_version=True
|
@@ -38,19 +38,20 @@
|
|
38
38
|
},
|
39
39
|
{%else%}
|
40
40
|
"rule_set": [
|
41
|
-
|
41
|
+
|
42
|
+
{%if 0 and hconfig(ConfigEnum.country) in ["ir","zh","ru"]%}
|
42
43
|
{
|
43
44
|
"tag": "geosite-{{hconfig(ConfigEnum.country)|replace('zh', 'cn')}}",
|
44
45
|
"type": "remote",
|
45
46
|
"format": "binary",
|
46
|
-
"url": "https://
|
47
|
+
"url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/country/geosite-{{hconfig(ConfigEnum.country)|replace('zh', 'cn')}}.srs",
|
47
48
|
"download_detour": "Select"
|
48
49
|
},
|
49
50
|
{
|
50
51
|
"tag": "geoip-{{hconfig(ConfigEnum.country)|replace('zh', 'cn')}}",
|
51
52
|
"type": "remote",
|
52
53
|
"format": "binary",
|
53
|
-
"url": "https://
|
54
|
+
"url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/country/geoip-{{hconfig(ConfigEnum.country)|replace('zh', 'cn')}}.srs",
|
54
55
|
"download_detour": "Select"
|
55
56
|
}
|
56
57
|
{%endif%}
|
@@ -76,6 +77,7 @@
|
|
76
77
|
},
|
77
78
|
{%else%}
|
78
79
|
{
|
80
|
+
"inbound":["tun-in","mixed-in"],
|
79
81
|
"port": [53],
|
80
82
|
"action": "hijack-dns"
|
81
83
|
},
|
@@ -85,18 +87,14 @@
|
|
85
87
|
},
|
86
88
|
{%endif%}
|
87
89
|
{% if not V1_10 %}
|
88
|
-
|
89
|
-
"inbound": ["tun-in","mixed-in"],
|
90
|
-
"action": "resolve",
|
91
|
-
"strategy": "prefer_ipv4"
|
92
|
-
},
|
90
|
+
|
93
91
|
{
|
94
92
|
"inbound": ["tun-in","mixed-in"],
|
95
93
|
"action": "sniff",
|
96
94
|
"timeout": "1s"
|
97
95
|
},
|
98
96
|
{%endif%}
|
99
|
-
{%if hconfig(ConfigEnum.country)in ["ir","zh","ru"]%}
|
97
|
+
{%if 0 and hconfig(ConfigEnum.country)in ["ir","zh","ru"]%}
|
100
98
|
{
|
101
99
|
"domain_suffix": [
|
102
100
|
"{{hconfig(ConfigEnum.country)|replace('zh', 'cn')}}"
|
@@ -117,7 +115,7 @@
|
|
117
115
|
"action": "reject"
|
118
116
|
{%endif%}
|
119
117
|
}, #}
|
120
|
-
{%if hconfig(ConfigEnum.country) in ["ir","zh","ru"]%}
|
118
|
+
{%if 0 and hconfig(ConfigEnum.country) in ["ir","zh","ru"]%}
|
121
119
|
{% if V1_7 %}
|
122
120
|
{
|
123
121
|
"geoip": ["{{hconfig(ConfigEnum.country)|replace('zh', 'cn')}}"],
|
@@ -189,7 +187,7 @@
|
|
189
187
|
"detour": "Select"
|
190
188
|
},
|
191
189
|
{
|
192
|
-
"address": "
|
190
|
+
"address": "8.8.8.8",
|
193
191
|
"detour": "direct",
|
194
192
|
"tag": "dns-local"
|
195
193
|
},
|
@@ -208,7 +206,7 @@
|
|
208
206
|
],
|
209
207
|
"server": "dns-local"
|
210
208
|
},
|
211
|
-
{%if hconfig(ConfigEnum.country)in ["ir","zh","ru"]%}
|
209
|
+
{%if 0 and hconfig(ConfigEnum.country)in ["ir","zh","ru"]%}
|
212
210
|
{
|
213
211
|
"domain_suffix": [
|
214
212
|
"{{hconfig(ConfigEnum.country)|replace('zh', 'cn')}}"
|
@@ -221,7 +219,7 @@
|
|
221
219
|
"server": "dns-local"
|
222
220
|
}
|
223
221
|
],
|
224
|
-
"final": "dns-
|
222
|
+
"final": "dns-local",
|
225
223
|
"reverse_mapping": true,
|
226
224
|
"strategy": "prefer_ipv4",
|
227
225
|
"independent_cache": true
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -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=Y_GB2ciqeDpeeg6BFZvYAyHtrFQX9CeJLa858xl93gg,11
|
3
|
+
hiddifypanel/VERSION.py,sha256=orBtCVQYujOQtBGjA0mcf8eyDz_8Pt_8KaTsRyFOHUs,190
|
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
|
@@ -199,7 +199,7 @@ hiddifypanel/panel/user/link_maker.html,sha256=g420NAm_fUI8asYjyfCiXyUOIwEQfDPon
|
|
199
199
|
hiddifypanel/panel/user/user.py,sha256=N9R9igRp0MM2sgJhH8eLxyUflsa-NDeTFUsw3U_f8SM,16654
|
200
200
|
hiddifypanel/panel/user/templates/all_configs copy.txt,sha256=u5jhAgjhH07_0csdIisuXy2HNCC9SWlP0whBAGFXA78,564
|
201
201
|
hiddifypanel/panel/user/templates/all_configs.txt,sha256=i8I6g9ujOr3RIuRoGRqY2Q75I89mbHko_JVPvQt4E_g,1260
|
202
|
-
hiddifypanel/panel/user/templates/base_singbox_config.json.j2,sha256=
|
202
|
+
hiddifypanel/panel/user/templates/base_singbox_config.json.j2,sha256=0tKzBomTpj9olFREa_CU7TmKoC37Sbo-pOfjlCrxlks,8558
|
203
203
|
hiddifypanel/panel/user/templates/base_xray_config.json.j2,sha256=a2J0ptlOe9jO5yYI7zB-zOJ-F_wsG8zNpVB8p7vfCX4,2546
|
204
204
|
hiddifypanel/panel/user/templates/clash_config copy.yml,sha256=j_IWrvoAvCUPYULXlegDHmBobev5MObZkqeUoTPHGTc,7641
|
205
205
|
hiddifypanel/panel/user/templates/clash_config.yml,sha256=T_dLEJLblbZmFR7SVBXccJCrFfUd0BMYcArQtbzqEJY,6374
|
@@ -842,17 +842,17 @@ 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=
|
845
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=hQxA0v8oPOwHUB6wryVkBG4kpmirJEDSOpYTGo2EZLE,80248
|
846
846
|
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=ZQn1-QHu0FwpHIluExU9U1p738DrpK_vBaucF1ndyvo,83564
|
847
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
847
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=62L6fKHK6k7phatmheX33P_9caafWLRFomp7OKoM_BY,102665
|
848
848
|
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=xEU_jSeWnc70mvoPJ7f0d_9lG5U-mvo3BQzcRRvB4o8,107420
|
849
|
-
hiddifypanel/translations/my/LC_MESSAGES/messages.mo,sha256=
|
849
|
+
hiddifypanel/translations/my/LC_MESSAGES/messages.mo,sha256=UxOPF4O9Od5hr2rJkYlaNflDOcU9JlUCxznVjHfwfQQ,139090
|
850
850
|
hiddifypanel/translations/my/LC_MESSAGES/messages.po,sha256=GcrOHDJC2wjo1L8lLmwLOs_dwoqcf0f6rXXjDv8JnsE,141985
|
851
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
851
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=_neesIxGIvHRlldXIXGNXgfd7IFKnPQJBGKaxD7SlKY,80797
|
852
852
|
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=pX1dG9wcQEYRBpxU3mL-gY_q2YNkVwbRmrI6wNHjkm8,85364
|
853
|
-
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=
|
853
|
+
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=xbwP-onheVxNkCbaZQC01Jbt7R85xKMm8VcKsQ1gPXQ,108594
|
854
854
|
hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=mc8TFxwLUu8iBH8iK-aGUpQoKDRCjb2sh6fZK1w1inU,113367
|
855
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=
|
855
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=lrO-v7FN-YX5D_bSEt6g17ZMnBdutf6YD_rZi15OzCw,75296
|
856
856
|
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=ze5ipeKdB4ISOMkT0ERufBPdlWDT5m3xUj0OSeBdkpk,79474
|
857
857
|
hiddifypanel/translations.i18n/en.json,sha256=4rDoVjPSUqs8OCh8dHf923wjHmgJNguelTN3b1EwLqA,72605
|
858
858
|
hiddifypanel/translations.i18n/fa.json,sha256=3WMq36rLV-1E9GTVTovDlEPIoOJ5cedOBDdke-OcyXE,96515
|
@@ -861,9 +861,9 @@ hiddifypanel/translations.i18n/my.json,sha256=QAXg__5TCqfx3Ck0cw5YQsSXX_3kqUhMOd
|
|
861
861
|
hiddifypanel/translations.i18n/pt.json,sha256=bO1-qEZJ9yf6Pz_6Vz18xDLezp3pCYwK8_aTLMJA1Iw,74570
|
862
862
|
hiddifypanel/translations.i18n/ru.json,sha256=kCI1TBgj1T0VnvRfrgxCnLt_fA6ZuD9kjRt0vkmyvb0,102357
|
863
863
|
hiddifypanel/translations.i18n/zh.json,sha256=A50l-_uQ4lsZwcF3UyGcyZxsR3hAjmvnMrJLnTcVZbI,69103
|
864
|
-
hiddifypanel-10.85.
|
865
|
-
hiddifypanel-10.85.
|
866
|
-
hiddifypanel-10.85.
|
867
|
-
hiddifypanel-10.85.
|
868
|
-
hiddifypanel-10.85.
|
869
|
-
hiddifypanel-10.85.
|
864
|
+
hiddifypanel-10.85.0b20.dist-info/licenses/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
|
865
|
+
hiddifypanel-10.85.0b20.dist-info/METADATA,sha256=pVzV7hxCRCuxunYxk9yZ5e8_OHyphjpQlpaAYnWkdBI,25628
|
866
|
+
hiddifypanel-10.85.0b20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
867
|
+
hiddifypanel-10.85.0b20.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
|
868
|
+
hiddifypanel-10.85.0b20.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
|
869
|
+
hiddifypanel-10.85.0b20.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|