Add l2 implementation

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-07-11 15:05:21 -03:00
parent f7253a79cd
commit d18b11ebd4
6 changed files with 226 additions and 4 deletions

2
api.go
View File

@@ -76,8 +76,6 @@ func main() {
ReadHeaderTimeout: 5 * time.Second,
}
go handlers.ListenSSHProxy("0.0.0.0:1022")
log.Println("Listening on port " + config.PortNumber)
log.Fatal(httpServer.ListenAndServe())
}