cmd/cli: initialize upstream proto for mobile

This commit is contained in:
Cuong Manh Le
2023-10-19 23:03:11 +07:00
committed by Cuong Manh Le
parent baf836557c
commit 712b23a4bb

View File

@@ -704,6 +704,7 @@ func RunMobile(appConfig *AppConfig, appCallback *AppCallback, stopCh chan struc
homedir = appConfig.HomeDir
verbose = appConfig.Verbose
cdUID = appConfig.CdUID
cdUpstreamProto = ctrld.ResolverTypeDOH
logPath = appConfig.LogPath
run(appCallback, stopCh)
}