diff --git a/app/Services/Cron/FreenodeMerge.php b/app/Services/Cron/FreenodeMerge.php index 677639d7..246d580b 100755 --- a/app/Services/Cron/FreenodeMerge.php +++ b/app/Services/Cron/FreenodeMerge.php @@ -151,7 +151,7 @@ final class FreenodeMerge $aNodeCountryList[] = $sFlagCountry; } else if ($sPoolClient == "singbox") { $sFlagCountry = self::countryJoinFlag($aNode["country"]); - $aNode["config"]["name"] = $sFlagCountry; + $aNode["config"]["tag"] = $sFlagCountry; $aNodeMerge[] = $aNode["config"]; $aNodeCountryList[] = $sFlagCountry; } else {