Move legacy vless implemetation to library

This commit is contained in:
世界 2024-07-02 14:01:35 +08:00
parent 0540a95a43
commit a7ac91f573
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
11 changed files with 5 additions and 1320 deletions

View file

@ -13,9 +13,9 @@ import (
"github.com/sagernet/sing-box/log"
"github.com/sagernet/sing-box/option"
"github.com/sagernet/sing-box/transport/v2ray"
"github.com/sagernet/sing-box/transport/vless"
"github.com/sagernet/sing-vmess"
"github.com/sagernet/sing-vmess/packetaddr"
"github.com/sagernet/sing-vmess/vless"
"github.com/sagernet/sing/common"
"github.com/sagernet/sing/common/auth"
E "github.com/sagernet/sing/common/exceptions"