Moving to unprivileged port.
This commit is contained in:
@@ -8,6 +8,6 @@ import (
|
||||
func main() {
|
||||
fmt.Println("Server v0.04")
|
||||
server := server.NewServer()
|
||||
server.Start(501)
|
||||
server.Start(5001)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user