Event refactor
This commit is contained in:
@@ -131,6 +131,6 @@ func main() {
|
||||
go monitorNetworks()
|
||||
|
||||
r := router.NewRouter(director, config.SSHKeyPath)
|
||||
r.Listen(":443", ":53", ":22")
|
||||
r.ListenAndWait(":443", ":53", ":22")
|
||||
defer r.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user