xtlsee
Results
1
comments of
xtlsee
我现在先临时这样 记录了一下 https://github.com/xtlsee/Xray-core/commit/566292b00edd83e2c468919f9065a0688633cbaf 如果是 xray-core 使用,需要将 这里注释掉 https://github.com/XTLS/Xray-core/blob/main/app/dispatcher/default.go#L519 ```go if accessMessage := log.AccessMessageFromContext(ctx); accessMessage != nil { if tag := handler.Tag(); tag != "" { if inTag == "" {...