cmd/cli: add skipping self checks flag

This commit is contained in:
Cuong Manh Le
2024-05-04 07:49:48 +07:00
committed by Cuong Manh Le
parent 29bf329f6a
commit c2556a8e39
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ var (
nextdns string
cdUpstreamProto string
deactivationPin int64
skipSelfChecks bool
mainLog atomic.Pointer[zerolog.Logger]
consoleWriter zerolog.ConsoleWriter