mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-24 11:23:12 +03:00
Fix random seed
This commit is contained in:
2
box.go
2
box.go
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user