cmd/cli: add --proto flag to set upstream type in cd mode

This commit is contained in:
Cuong Manh Le
2023-10-17 00:56:52 +07:00
committed by Cuong Manh Le
parent 6aafe445f5
commit 904b23eeac
2 changed files with 20 additions and 2 deletions
+1
View File
@@ -33,6 +33,7 @@ var (
iface string
ifaceStartStop string
nextdns string
cdUpstreamProto string
mainLog atomic.Pointer[zerolog.Logger]
consoleWriter zerolog.ConsoleWriter