Skip to content

Commit

Permalink
Update proxy configs, stats and reports
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 7, 2025
1 parent 65c753b commit 8e0b386
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
8 changes: 4 additions & 4 deletions assets/channel_stats_chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions assets/performance_report.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="max-w-7xl mx-auto p-4 sm:p-6 lg:p-8">
<header class="bg-white rounded-lg shadow-lg p-6 mb-8">
<h1 class="text-3xl font-bold text-gray-900 text-center">Proxy Channel Performance Dashboard</h1>
<p class="text-center text-gray-600 mt-2">Last Updated: 2025-01-07T10:10:08.859108</p>
<p class="text-center text-gray-600 mt-2">Last Updated: 2025-01-07T11:07:36.758389</p>
<div class="mt-6 bg-blue-50 rounded-lg p-4 flex flex-col items-center justify-center">
<h2 class="text-lg font-semibold text-blue-800">Developer Information</h2>
<div class="flex items-center space-x-6 mt-2">
Expand Down Expand Up @@ -62,7 +62,7 @@ <h3 class="text-lg font-semibold text-gray-700 mb-4">Average Success Rate</h3>
<div class="bg-white rounded-lg shadow-lg p-6">
<h3 class="text-lg font-semibold text-gray-700 mb-4">Average Response Time</h3>
<div class="text-3xl font-bold text-purple-600">
0.25s
0.27s
</div>
</div>
</div>
Expand Down Expand Up @@ -94,20 +94,20 @@ <h3 class="text-xl font-semibold text-gray-800 mb-6">Detailed Channel Statistics
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">
99.9%
99.8%
</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
100.0%
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
0.08s
0.10s
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
10/10
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
2025-01-07T10:09:58.744494
2025-01-07T11:07:26.585189
</td>
</tr>
<tr>
Expand All @@ -121,20 +121,20 @@ <h3 class="text-xl font-semibold text-gray-800 mb-6">Detailed Channel Statistics
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">
94.9%
91.5%
</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
100.0%
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
0.44s
0.39s
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
14/17
13/19
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
2025-01-07T10:09:58.665648
2025-01-07T11:07:26.483700
</td>
</tr>
<tr>
Expand All @@ -148,20 +148,20 @@ <h3 class="text-xl font-semibold text-gray-800 mb-6">Detailed Channel Statistics
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">
85.5%
86.6%
</span>
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
100.0%
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
0.47s
0.58s
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
9/20
10/20
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
2025-01-07T10:09:58.183646
2025-01-07T11:07:26.031635
</td>
</tr>
<tr>
Expand Down
30 changes: 15 additions & 15 deletions configs/channel_stats.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"timestamp": "2025-01-07T10:10:08.859108",
"timestamp": "2025-01-07T11:07:36.758389",
"channels": [
{
"url": "https://t.me/s/v2ray_free_conf",
"enabled": true,
"metrics": {
"total_configs": 20,
"valid_configs": 9,
"unique_configs": 9,
"avg_response_time": 0.47,
"valid_configs": 10,
"unique_configs": 10,
"avg_response_time": 0.58,
"success_count": 1,
"fail_count": 0,
"overall_score": 85.55,
"last_success": "2025-01-07T10:09:58.183646"
"overall_score": 86.62,
"last_success": "2025-01-07T11:07:26.031635"
}
},
{
"url": "https://t.me/s/PrivateVPNs",
"enabled": true,
"metrics": {
"total_configs": 17,
"valid_configs": 14,
"unique_configs": 14,
"avg_response_time": 0.44,
"total_configs": 19,
"valid_configs": 13,
"unique_configs": 13,
"avg_response_time": 0.39,
"success_count": 1,
"fail_count": 0,
"overall_score": 94.93,
"last_success": "2025-01-07T10:09:58.665648"
"overall_score": 91.51,
"last_success": "2025-01-07T11:07:26.483700"
}
},
{
Expand All @@ -36,11 +36,11 @@
"total_configs": 10,
"valid_configs": 10,
"unique_configs": 10,
"avg_response_time": 0.08,
"avg_response_time": 0.1,
"success_count": 1,
"fail_count": 0,
"overall_score": 99.88,
"last_success": "2025-01-07T10:09:58.744494"
"overall_score": 99.85,
"last_success": "2025-01-07T11:07:26.585189"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion configs/proxy_configs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ trojan://[email protected]:22222?security=tls&alpn=http/1.1&

trojan://[email protected]:22222?security=tls&alpn=http/1.1&headerType=none&type=tcp&sni=trojan.burgerip.co.uk#(S101)🇸🇪t.me/PrivateVPNs آموزش استفاده از سرورها @PrivateVPNs

trojan://telegram-id-privatevpns@51.21.112.32:22222?security=tls&alpn=http/1.1&headerType=none&type=tcp&sni=trojan.burgerip.co.uk#(S102)🇸🇪t.me/PrivateVPNs آموزش استفاده از سرورها @PrivateVPNs
trojan://telegram-id-privatevpns@51.44.1.190:22222?security=tls&alpn=http/1.1&headerType=none&type=tcp&sni=trojan.burgerip.co.uk#(S105)🇨🇵t.me/PrivateVPNs Get 1 year premium VPN (100 tokens) for just $0.03 @vpnfail_bot

trojan://[email protected]:22222?security=tls&alpn=http/1.1&headerType=none&type=tcp&sni=trojan.burgerip.co.uk#(S113)🇩🇪t.me/PrivateVPNs آموزش استفاده از سرورها @PrivateVPNs

Expand Down

0 comments on commit 8e0b386

Please sign in to comment.