极狐服务器列表

This commit is contained in:
“wanyongkang”
2024-06-21 17:20:57 +08:00
parent c05fd8568b
commit 5fa8327363
4 changed files with 76 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<?php
function auto_format_list(){
$product_list = [0, 1, 2, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 19,22,23,25,26,27,28];
$product_list = [0, 1, 2, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 19,22,23,25,26,27,28,29];
foreach ($product_list as $product) {
switch ($product) {
case 0:
@@ -69,6 +69,9 @@ function auto_format_list(){
case 28:
format_shuidi_product(__DIR__ . '/data/shuidi.csv','sdip.cc');
break;
case 29:
format_product(__DIR__ . '/data/jihu.csv','jhip.net');
break;
}
}
}
@@ -125,6 +128,9 @@ function format_all_product($file_path)
case '蘑菇':
$dns = 'mgip.net';
break;
case '极狐':
$dns = 'jhip.net';
break;
case '火狐静态':
$dns = 'hhip.vip';
break;