Skip to content

Commit

Permalink
Update v2ray订阅添加ss节点-适配v2rayNG
Browse files Browse the repository at this point in the history
  • Loading branch information
BobCoderS9 committed Mar 31, 2022
1 parent fccdc4f commit 2afa1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/AppURI.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static function getV2RayNURI(array $item)
$return = 'trojan://' . $item['passwd'] . '@' . $item['address'] . ':' . $item['port'].'?sni=' . $item['host'].'#'.$item['remark'];
break;
case 'ss':
$return = self::getItemUrl($item, 1);
$return = self::getItemUrl($item, 2);
break;
}
return $return;
Expand Down

0 comments on commit 2afa1fa

Please sign in to comment.