mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 01:08:33 +00:00
Use shadowsocket's bloomring for shadowsocket's replay protection (#764)
* use shadowsocket's bloomring for shadowsocket's replay protection * added shadowsockets iv check for tcp socket * Rename to shadowsockets iv check * shadowsocks iv check config file * iv check should proceed after decryption * use shadowsocket's bloomring for shadowsocket's replay protection * Chore: format code (#842) Co-authored-by: Shelikhoo <xiaokangwang@outlook.com> Co-authored-by: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>
This commit is contained in:
parent
0f0a424e8c
commit
45dc97e2b6
9 changed files with 138 additions and 53 deletions
|
@ -13,6 +13,8 @@ import "common/protocol/server_spec.proto";
|
|||
message Account {
|
||||
string password = 1;
|
||||
CipherType cipher_type = 2;
|
||||
|
||||
bool iv_check = 3;
|
||||
}
|
||||
|
||||
enum CipherType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue