极光ip线路

This commit is contained in:
“wanyongkang”
2024-11-07 15:23:36 +08:00
parent e24f39e116
commit 9e03ee42b6
4 changed files with 161 additions and 88 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,29];
$product_list = [0, 1, 2, 3, 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:
@@ -72,6 +72,9 @@ function auto_format_list(){
case 29:
format_product(__DIR__ . '/data/jihu.csv','jhip.net');
break;
case 3:
format_product(__DIR__ . '/data/jiguang.csv','jgip.cc');
break;
}
}
}
@@ -131,6 +134,9 @@ function format_all_product($file_path)
case '极狐':
$dns = 'jhip.net';
break;
case '极光':
$dns = 'jgip.cc';
break;
case '火狐静态':
$dns = 'hhip.vip';
break;