update the port it uses

This commit is contained in:
idk
2019-12-07 19:28:14 -05:00
parent 0f2cf31aa7
commit 68c0d918a6

View File

@ -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)")