mirror of https://github.com/go-gost/gost.git
fix service parsing
parent
1ec10ff7dd
commit
0fba6d2500
|
|
@ -66,6 +66,7 @@ func buildService(cfg *config.Config) (services []*service.Service) {
|
|||
log.Fatal(err)
|
||||
}
|
||||
}
|
||||
services = append(services, svc)
|
||||
}
|
||||
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue