1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-14 15:45:34 -05:00

fix error introduced by rebase: auto generated

This commit is contained in:
Shelikhoo
2022-01-02 16:23:20 +00:00
committed by Xiaokang Wang (Shelikhoo)
parent 1e98e0ae92
commit 0b8eeb0f98
5 changed files with 14 additions and 14 deletions

View File

@@ -7,9 +7,9 @@
package simplified
import (
net "github.com/v2fly/v2ray-core/v4/common/net"
packetaddr "github.com/v2fly/v2ray-core/v4/common/net/packetaddr"
_ "github.com/v2fly/v2ray-core/v4/common/protoext"
net "github.com/v2fly/v2ray-core/v5/common/net"
packetaddr "github.com/v2fly/v2ray-core/v5/common/net/packetaddr"
_ "github.com/v2fly/v2ray-core/v5/common/protoext"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
@@ -208,7 +208,7 @@ var file_proxy_shadowsocks_simplified_config_proto_rawDesc = []byte{
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x73, 0x68, 0x61, 0x64, 0x6f, 0x77, 0x73, 0x6f,
0x63, 0x6b, 0x73, 0x2e, 0x73, 0x69, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x69, 0x65, 0x64, 0x50, 0x01,
0x5a, 0x3b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32, 0x66,
0x6c, 0x79, 0x2f, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x34,
0x6c, 0x79, 0x2f, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x35,
0x2f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x73, 0x68, 0x61, 0x64, 0x6f, 0x77, 0x73, 0x6f, 0x63,
0x6b, 0x73, 0x2f, 0x73, 0x69, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x69, 0x65, 0x64, 0xaa, 0x02, 0x27,
0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79,