mirror of
https://github.com/luscis/openlan.git
synced 2025-10-05 08:36:59 +08:00
fea: ceci default is yaml.
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user