all: add starting service with Control D config

This commit is contained in:
Cuong Manh Le
2022-12-22 23:27:45 +07:00
committed by Cuong Manh Le
parent ec72af1916
commit 114ef9aad6
7 changed files with 216 additions and 23 deletions
+2
View File
@@ -31,6 +31,8 @@ var (
rootLogger = zerolog.New(io.Discard)
mainLog = rootLogger
proxyLog = rootLogger
cdUID string
)
func main() {