Fix missing home for derp service

This commit is contained in:
世界
2025-06-04 22:12:59 +08:00
parent b6a114f7f4
commit d339f85087
3 changed files with 7 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ func NewService(ctx context.Context, logger log.ContextLogger, tag string, optio
configPath: configPath,
verifyClientEndpoint: options.VerifyClientEndpoint,
verifyClientURL: options.VerifyClientURL,
home: options.Home,
meshKey: options.MeshPSK,
meshKeyPath: options.MeshPSKFile,
meshWith: options.MeshWith,