Skip to content

Commit 9ec5f7f

Browse files
committed
Update core
1 parent 9a7bc07 commit 9ec5f7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
replace gvisor.dev/gvisor v0.0.0 => github.com/sagernet/gvisor v0.0.0-20210909160323-ce37d6df1e92
2323

2424
//replace github.com/v2fly/v2ray-core/v4 v4.42.2 => ../v2ray-core
25-
replace github.com/v2fly/v2ray-core/v4 v4.42.2 => github.com/sagernet/v2ray-core/v4 v4.41.2-0.20210923230356-3aa43d6c0732
25+
replace github.com/v2fly/v2ray-core/v4 v4.42.2 => github.com/sagernet/v2ray-core/v4 v4.42.2
2626

2727
replace github.com/Dreamacro/clash v1.6.5 => github.com/sagernet/clash v1.6.5-0.20210913182617-681dd3780179
2828

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ github.com/sagernet/libping v0.1.1 h1:uNMN/02fQmRbsgJ0EuxuM/Upq8FrVP4Xj2+LlYviIO
631631
github.com/sagernet/libping v0.1.1/go.mod h1:FhmyYM8L32JaKI08noqoS5cK+Gw/Q+4VDnI9WvP6Sp8=
632632
github.com/sagernet/sagerconnect v0.1.7 h1:VWNx8NJ2C52b7Mbpty/JMiYERK/nvXyHaUkX5yFRAk4=
633633
github.com/sagernet/sagerconnect v0.1.7/go.mod h1:BJo2SIUnKPyS7iG1xrFBhGlneYNKURT55YbsyTlu9MU=
634-
github.com/sagernet/v2ray-core/v4 v4.41.2-0.20210923230356-3aa43d6c0732 h1:Y3WVouoRbUJH7PsCYiLaAe1530+mc/fLEBkx+sEgEic=
635-
github.com/sagernet/v2ray-core/v4 v4.41.2-0.20210923230356-3aa43d6c0732/go.mod h1:MB2YZ6JUC0eNWXZHL2rDMG7S5vZqvC/8++lQgqnTOh4=
634+
github.com/sagernet/v2ray-core/v4 v4.42.2 h1:cWrTgdafweSkYxrv7GgY7Kx+KRDpcmoHJhIYhn1XMaQ=
635+
github.com/sagernet/v2ray-core/v4 v4.42.2/go.mod h1:MB2YZ6JUC0eNWXZHL2rDMG7S5vZqvC/8++lQgqnTOh4=
636636
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
637637
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
638638
github.com/seccomp/libseccomp-golang v0.9.1/go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvWlF4P2Ca7zGrPiEpWo=

v2ray.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
func GetV2RayVersion() string {
24-
return core.Version() + "-sn-1"
24+
return core.Version() + "-sn-2"
2525
}
2626

2727
type V2RayInstance struct {

0 commit comments

Comments
 (0)