mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
deprecate, ssd: mark ssd:// as deprecated
This commit is contained in:
parent
42446d3be9
commit
aab4b985b0
@ -1 +1 @@
|
||||
6067
|
||||
6068
|
||||
|
@ -10,6 +10,8 @@
|
||||
#include "core/connection/Serialization.hpp"
|
||||
#include "utils/QvHelpers.hpp"
|
||||
|
||||
#define QV_MODULE_NAME "SSDConverter"
|
||||
|
||||
namespace Qv2ray::core::connection::serialization
|
||||
{
|
||||
|
||||
@ -66,6 +68,7 @@ namespace Qv2ray::core::connection::serialization
|
||||
|
||||
QList<QPair<QString, CONFIGROOT>> Deserialize(const QString &uri, QString *groupName, QStringList *logList)
|
||||
{
|
||||
LOG("SSD Link format is now deprecated.");
|
||||
// ssd links should begin with "ssd://"
|
||||
if (!uri.startsWith("ssd://"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user