mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-05 13:10:11 +00:00
升级全部内核
This commit is contained in:
@@ -11,7 +11,7 @@ type HookServer struct {
|
||||
Counter sync.Map
|
||||
}
|
||||
|
||||
func (h *HookServer) Log(id string, tx, rx uint64) (ok bool) {
|
||||
func (h *HookServer) LogTraffic(id string, tx, rx uint64) (ok bool) {
|
||||
var c interface{}
|
||||
var exists bool
|
||||
|
||||
@@ -28,3 +28,6 @@ func (h *HookServer) Log(id string, tx, rx uint64) (ok bool) {
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
func (s *HookServer) LogOnlineState(id string, online bool) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user