Skip to content

Commit

Permalink
Move legacy vless implemetation to library
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Jul 2, 2024
1 parent 783bd2b commit ebd2b97
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1,317 deletions.
2 changes: 1 addition & 1 deletion inbound/vless.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion outbound/vless.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ 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/packetaddr"
"github.com/sagernet/sing-vmess/vless"
"github.com/sagernet/sing/common"
"github.com/sagernet/sing/common/bufio"
E "github.com/sagernet/sing/common/exceptions"
Expand Down
294 changes: 0 additions & 294 deletions transport/vless/client.go

This file was deleted.

40 changes: 0 additions & 40 deletions transport/vless/constant.go

This file was deleted.

Loading

0 comments on commit ebd2b97

Please sign in to comment.