mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-28 21:23:04 +00:00
Fix
This commit is contained in:
parent
951ab1194a
commit
017593cca3
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