Add NTP service

This commit is contained in:
世界
2023-02-21 14:53:00 +08:00
parent 5635d6a4dc
commit 7ce6f68b5f
26 changed files with 186 additions and 26 deletions

1
box.go
View File

@@ -107,6 +107,7 @@ func New(ctx context.Context, options option.Options) (*Box, error) {
logFactory,
common.PtrValueOrDefault(options.Route),
common.PtrValueOrDefault(options.DNS),
common.PtrValueOrDefault(options.NTP),
options.Inbounds,
options.PlatformInterface,
)