Migrate shadowsocks-2022 to protocol library

This commit is contained in:
世界 2022-05-25 17:25:26 +08:00
parent c375b144f8
commit 79f3057687
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
8 changed files with 39 additions and 72 deletions

View file

@ -4,8 +4,8 @@ import (
"strings"
"github.com/golang/protobuf/proto"
"github.com/sagernet/sing-shadowsocks/shadowaead_2022"
C "github.com/sagernet/sing/common"
"github.com/sagernet/sing/protocol/shadowsocks/shadowaead_2022"
"github.com/xtls/xray-core/common/protocol"
"github.com/xtls/xray-core/common/serial"
"github.com/xtls/xray-core/proxy/shadowsocks"