update the port it uses
This commit is contained in:
@ -29,7 +29,7 @@ var cfg = &tls.Config{
|
||||
|
||||
var (
|
||||
host = flag.String("a", "127.0.0.1", "hostname to serve on")
|
||||
port = flag.String("p", "7880", "port to serve locally on")
|
||||
port = flag.String("p", "7888", "port to serve locally on")
|
||||
samhost = flag.String("sh", "127.0.0.1", "sam host to connect to")
|
||||
samport = flag.String("sp", "7656", "sam port to connect to")
|
||||
//directory = flag.String("d", "./www", "the directory of static files to host(default ./www)")
|
||||
|
Reference in New Issue
Block a user