Skip to content

Commit

Permalink
更新所有内核
Browse files Browse the repository at this point in the history
  • Loading branch information
wyx2685 committed Jul 8, 2024
1 parent 4dda65a commit a7637d4
Show file tree
Hide file tree
Showing 7 changed files with 374 additions and 279 deletions.
10 changes: 5 additions & 5 deletions core/hy2/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import (

"github.com/InazumaV/V2bX/api/panel"
"github.com/InazumaV/V2bX/conf"
"github.com/apernet/hysteria/core/server"
"github.com/apernet/hysteria/extras/correctnet"
"github.com/apernet/hysteria/extras/masq"
"github.com/apernet/hysteria/extras/obfs"
"github.com/apernet/hysteria/extras/outbounds"
"github.com/apernet/hysteria/core/v2/server"
"github.com/apernet/hysteria/extras/v2/correctnet"
"github.com/apernet/hysteria/extras/v2/masq"
"github.com/apernet/hysteria/extras/v2/obfs"
"github.com/apernet/hysteria/extras/v2/outbounds"
"go.uber.org/zap"
)

Expand Down
4 changes: 2 additions & 2 deletions core/hy2/geoloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"os"
"time"

"github.com/apernet/hysteria/extras/outbounds/acl"
"github.com/apernet/hysteria/extras/outbounds/acl/v2geo"
"github.com/apernet/hysteria/extras/v2/outbounds/acl"
"github.com/apernet/hysteria/extras/v2/outbounds/acl/v2geo"
"go.uber.org/zap"
)

Expand Down
2 changes: 1 addition & 1 deletion core/hy2/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package hy2
import (
"github.com/InazumaV/V2bX/api/panel"
"github.com/InazumaV/V2bX/conf"
"github.com/apernet/hysteria/core/server"
"github.com/apernet/hysteria/core/v2/server"
"github.com/spf13/viper"
"go.uber.org/zap"
)
Expand Down
2 changes: 1 addition & 1 deletion core/hy2/serverConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"time"

"github.com/apernet/hysteria/extras/outbounds"
"github.com/apernet/hysteria/extras/v2/outbounds"
)

type serverConfig struct {
Expand Down
2 changes: 1 addition & 1 deletion core/hy2/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/InazumaV/V2bX/api/panel"
"github.com/InazumaV/V2bX/common/counter"
vCore "github.com/InazumaV/V2bX/core"
"github.com/apernet/hysteria/core/server"
"github.com/apernet/hysteria/core/v2/server"
)

var _ server.Authenticator = &V2bX{}
Expand Down
185 changes: 104 additions & 81 deletions go.mod

Large diffs are not rendered by default.

448 changes: 260 additions & 188 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit a7637d4

Please sign in to comment.