Fix random seed

This commit is contained in:
世界
2022-09-27 20:29:17 +08:00
parent 0ea767a809
commit 1f70aeb6ef
2 changed files with 3 additions and 2 deletions

2
box.go
View File

@@ -177,7 +177,7 @@ func New(ctx context.Context, options option.Options) (*Box, error) {
outbounds: outbounds,
createdAt: createdAt,
logFactory: logFactory,
logger: logFactory.NewLogger(""),
logger: logFactory.Logger(),
logFile: logFile,
clashServer: clashServer,
v2rayServer: v2rayServer,