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 c5bb81d commit 65c753b
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.
20 changes: 10 additions & 10 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-07T09:09:51.241702</p>
<p class="text-center text-gray-600 mt-2">Last Updated: 2025-01-07T10:10:08.859108</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.28s
0.25s
</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.8%
99.9%
</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.12s
0.08s
</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-07T09:09:41.134053
2025-01-07T10:09:58.744494
</td>
</tr>
<tr>
Expand All @@ -128,13 +128,13 @@ <h3 class="text-xl font-semibold text-gray-800 mb-6">Detailed Channel Statistics
100.0%
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
0.45s
0.44s
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
14/17
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
2025-01-07T09:09:41.012338
2025-01-07T10:09:58.665648
</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.4%
85.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.56s
0.47s
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
9/20
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
2025-01-07T09:09:40.525032
2025-01-07T10:09:58.183646
</td>
</tr>
<tr>
Expand Down
20 changes: 10 additions & 10 deletions configs/channel_stats.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "2025-01-07T09:09:51.241702",
"timestamp": "2025-01-07T10:10:08.859108",
"channels": [
{
"url": "https://t.me/s/v2ray_free_conf",
Expand All @@ -8,11 +8,11 @@
"total_configs": 20,
"valid_configs": 9,
"unique_configs": 9,
"avg_response_time": 0.56,
"avg_response_time": 0.47,
"success_count": 1,
"fail_count": 0,
"overall_score": 85.41,
"last_success": "2025-01-07T09:09:40.525032"
"overall_score": 85.55,
"last_success": "2025-01-07T10:09:58.183646"
}
},
{
Expand All @@ -22,11 +22,11 @@
"total_configs": 17,
"valid_configs": 14,
"unique_configs": 14,
"avg_response_time": 0.45,
"avg_response_time": 0.44,
"success_count": 1,
"fail_count": 0,
"overall_score": 94.92,
"last_success": "2025-01-07T09:09:41.012338"
"overall_score": 94.93,
"last_success": "2025-01-07T10:09:58.665648"
}
},
{
Expand All @@ -36,11 +36,11 @@
"total_configs": 10,
"valid_configs": 10,
"unique_configs": 10,
"avg_response_time": 0.12,
"avg_response_time": 0.08,
"success_count": 1,
"fail_count": 0,
"overall_score": 99.82,
"last_success": "2025-01-07T09:09:41.134053"
"overall_score": 99.88,
"last_success": "2025-01-07T10:09:58.744494"
}
},
{
Expand Down
18 changes: 9 additions & 9 deletions configs/proxy_configs.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTo1Z01yQWlYYlh0bDJqcFZpU3p6OGFF@44.204.229.155:18578/?POST%20#Server-3
ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTp2TUxXczFxVzVpWWhyS1BRaXBodEJm@52.13.94.104:31357/?POST%20#Server-3

ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTo1Z01yQWlYYlh0bDJqcFZpU3p6OGFF@44.204.229.155:18578/?POST%20#Server-4
ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTp2TUxXczFxVzVpWWhyS1BRaXBodEJm@52.13.94.104:31357/?POST%20#Server-4

ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTo5OVQ2UTZRZ3JJMzM1UmZqeWgzNWdj@100.24.61.173:65325/?POST%20#Server-1
ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTpRQ1hEeHVEbFRUTUQ3anRnSFVqSW9q@45.87.175.178:8080#%F0%9F%87%B1%F0%9F%87%B9%20LT-45.87.175.178%3A8080 Get 1 year premium VPN (100 tokens) for just $0.03 @vpnfail_bot

ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTo5OVQ2UTZRZ3JJMzM1UmZqeWgzNWdj@100.24.61.173:65325/?POST%20#Server-2
ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTphOHlYeU92eGZCV0xGWGZmVlJBWFVN@54.244.159.208:5217/?POST%20#Server-1

ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTpRQ1hEeHVEbFRUTUQ3anRnSFVqSW9q@45.87.175.178:8080#%F0%9F%87%B1%F0%9F%87%B9%20LT-45.87.175.178%3A8080 Get 1 year premium VPN (100 tokens) for just $0.03 @vpnfail_bot
ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTphOHlYeU92eGZCV0xGWGZmVlJBWFVN@54.244.159.208:5217/?POST%20#Server-2

ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTpkMzgzNzIyNGVkNDY1ZjAw@45.144.48.63:57456#%F0%9F%87%B5%F0%9F%87%B1%20PL-45.144.48.63%3A57456 Get 1 year premium VPN (100 tokens) for just $0.03 @vpnfail_bot

Expand All @@ -24,18 +24,18 @@ trojan://[email protected]:22222?security=tls&alpn=http/1.1&h

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

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

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

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

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

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

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

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

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

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

0 comments on commit 65c753b

Please sign in to comment.