极狐服务器列表

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

@@ -59,6 +59,9 @@ if($_GET['type'] == 1){
case 18:
search_product(__DIR__.'/data/download/mogu.csv','mgip.net');
break;
case 29:
search_product(__DIR__.'/data/download/jihu.csv','jhip.net');
break;
case 19:
search_product(__DIR__.'/data/download/huohu.csv','hhip.vip');
break;
@@ -145,6 +148,9 @@ function search_all_product($file_path,$search){
case '蘑菇':
$dns = 'mgip.net';
break;
case '极狐':
$dns = 'jhip.net';
break;
case '火狐静态':
$dns = 'hhip.vip';
break;