File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- export COMMIT_SING_BOX=" c40082fa2ea212c2433f0f99e9db0f0dc38187c1 "
1+ export COMMIT_SING_BOX=" b217d87d7ae6f1e84f7afd31649cfc09481760a9 "
22export COMMIT_LIBNEKO=" 1c47a3af71990a7b2192e03292b4d246c308ef0b"
Original file line number Diff line number Diff 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
192192func (b * BoxInstance ) QueryStats (tag , direct string ) int64 {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
2020require (
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
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/ajg/form v1.5.1 h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU=
22github.com/ajg/form v1.5.1 /go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY =
33github.com/andybalholm/brotli v1.0.6 h1:Yf9fFpf49Zrxb9NlQaluyE92/+X7UVHlhMNJN2sxfOI =
44github.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 =
77github.com/caddyserver/certmagic v0.20.0 h1:bTw7LcEZAh9ucYCRXyCpIrSAGplplI0vGYJ4BpCQ/Fc =
88github.com/caddyserver/certmagic v0.20.0 /go.mod h1:N4sXgpICQUskEWpj7zVzvWD41p3NYacrNoZYiRM2jTg =
99github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU =
You can’t perform that action at this time.
0 commit comments