mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-28 05:03:02 +00:00
Fix
This commit is contained in:
parent
2c454aee95
commit
274fc8084d
2 changed files with 2 additions and 0 deletions
|
|
@ -282,6 +282,7 @@ public class ShadowsocksFmt : BaseFmt
|
|||
}
|
||||
}
|
||||
|
||||
item.SetProtocolExtra(protocolExtra);
|
||||
return item;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ public class SocksFmt : BaseFmt
|
|||
item.Password = userInfoParts[1];
|
||||
}
|
||||
|
||||
item.SetProtocolExtra(protocolExtra);
|
||||
return item;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue