fea: ceci default is yaml.

This commit is contained in:
Daniel Ding
2024-12-31 21:23:51 +08:00
parent 5e0ec7082f
commit 196ecc2979
5 changed files with 42 additions and 70 deletions

View File

@@ -12,7 +12,7 @@ func main() {
mode := "http"
conf := ""
flag.StringVar(&mode, "mode", "http", "Proxy mode for tcp or http")
flag.StringVar(&conf, "conf", "ceci.json", "The configuration file")
flag.StringVar(&conf, "conf", "ceci.yaml", "The configuration file")
flag.Parse()
libol.PreNotify()