[update] fix PrintWelcome in main.go

This commit is contained in:
xvzc 2022-01-10 23:59:31 +09:00
parent cb22573943
commit ecc6a9fc25

View File

@ -16,7 +16,7 @@ func main() {
port, dns, debug := util.ParseArgs()
p := proxy.New(port, runtime.GOOS, debug)
p.PrintWelcome()
util.PrintWelcome(port, dns, debug)
if err := p.SetOsProxy(); err != nil {
log.Fatal(err)