moved and parametrized the recorder

This commit is contained in:
amit bezalel
2017-08-03 14:30:39 +03:00
parent 8a510da111
commit 39d74c9762
4 changed files with 15 additions and 8 deletions

View File

@@ -2,12 +2,10 @@ package main
import "vncproxy/proxy"
import "flag"
import "fmt"
import "vncproxy/logger"
import "os"
func main() {
fmt.Println("running!")
//create default session if required
var tcpPort = flag.String("tcpPort", "", "tcp port")
var wsPort = flag.String("wsPort", "", "websocket port")