Moving to unprivileged port.

This commit is contained in:
2024-12-11 07:53:16 -05:00
parent 9610fc5322
commit d8d942f8e5
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ import (
func main() {
fmt.Println("Server v0.04")
server := server.NewServer()
server.Start(501)
server.Start(5001)
}