Skip to content

Commit 32fff21

Browse files
committed
Update core
1 parent 049af10 commit 32fff21

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export COMMIT_SING_BOX="c40082fa2ea212c2433f0f99e9db0f0dc38187c1"
1+
export COMMIT_SING_BOX="b217d87d7ae6f1e84f7afd31649cfc09481760a9"
22
export COMMIT_LIBNEKO="1c47a3af71990a7b2192e03292b4d246c308ef0b"

libcore/box.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func (b *BoxInstance) SetV2rayStats(outbounds string) {
186186
Enabled: true,
187187
Outbounds: strings.Split(outbounds, "\n"),
188188
})
189-
b.Box.Router().SetTracker(b.v2api.StatsService())
189+
b.Box.Router().SetNekoTracker(b.v2api.StatsService())
190190
}
191191

192192
func (b *BoxInstance) QueryStats(tag, direct string) int64 {

libcore/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
require (
2121
github.com/ajg/form v1.5.1 // indirect
2222
github.com/andybalholm/brotli v1.0.6 // indirect
23-
github.com/anytls/sing-anytls v0.0.5 // indirect
23+
github.com/anytls/sing-anytls v0.0.6 // indirect
2424
github.com/caddyserver/certmagic v0.20.0 // indirect
2525
github.com/cloudflare/circl v1.3.7 // indirect
2626
github.com/cretz/bine v0.2.0 // indirect

libcore/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/ajg/form v1.5.1 h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU=
22
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
33
github.com/andybalholm/brotli v1.0.6 h1:Yf9fFpf49Zrxb9NlQaluyE92/+X7UVHlhMNJN2sxfOI=
44
github.com/andybalholm/brotli v1.0.6/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
5-
github.com/anytls/sing-anytls v0.0.5 h1:I1NIh3zKTSXThLG5UgjsOOT/x2DZJqjfBzjuP/wZlDk=
6-
github.com/anytls/sing-anytls v0.0.5/go.mod h1:7rjN6IukwysmdusYsrV51Fgu1uW6vsrdd6ctjnEAln8=
5+
github.com/anytls/sing-anytls v0.0.6 h1:UatIjl/OvzWQGXQ1I2bAIkabL9WtihW0fA7G+DXGBUg=
6+
github.com/anytls/sing-anytls v0.0.6/go.mod h1:7rjN6IukwysmdusYsrV51Fgu1uW6vsrdd6ctjnEAln8=
77
github.com/caddyserver/certmagic v0.20.0 h1:bTw7LcEZAh9ucYCRXyCpIrSAGplplI0vGYJ4BpCQ/Fc=
88
github.com/caddyserver/certmagic v0.20.0/go.mod h1:N4sXgpICQUskEWpj7zVzvWD41p3NYacrNoZYiRM2jTg=
99
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=

0 commit comments

Comments
 (0)