new changes
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-03-13 12:05:03 +08:00
commit b16a782f67
27 changed files with 6295 additions and 0 deletions

53
config/proxy_pool.json Normal file
View File

@@ -0,0 +1,53 @@
{
"proxies": [
{
"ip": "192.168.1.100",
"port": "8080",
"country": "CN",
"status": "active",
"type": "HTTP",
"last_checked": "2024-12-14T08:10:00"
},
{
"ip": "192.168.1.101",
"port": "8080",
"country": "CN",
"status": "active",
"type": "HTTPS",
"last_checked": "2024-12-14T08:12:30"
},
{
"ip": "203.0.113.50",
"port": "3128",
"country": "US",
"status": "inactive",
"type": "HTTP",
"last_checked": "2024-12-14T08:15:00"
},
{
"ip": "203.0.113.51",
"port": "3128",
"country": "US",
"status": "active",
"type": "HTTPS",
"last_checked": "2024-12-14T08:14:00"
},
{
"ip": "198.51.100.200",
"port": "8080",
"country": "GB",
"status": "active",
"type": "HTTP",
"last_checked": "2024-12-14T08:13:10"
},
{
"ip": "198.51.100.201",
"port": "8080",
"country": "GB",
"status": "inactive",
"type": "HTTPS",
"last_checked": "2024-12-14T08:15:20"
}
]
}