Explorar o código

server: change MIN_PORT from 1024 to 1

fatedier %!s(int64=7) %!d(string=hai) anos
pai
achega
a77c7e8625
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/ports.go

+ 1 - 1
server/ports.go

@@ -9,7 +9,7 @@ import (
 )
 
 const (
-	MinPort                    = 1025
+	MinPort                    = 1
 	MaxPort                    = 65535
 	MaxPortReservedDuration    = time.Duration(24) * time.Hour
 	CleanReservedPortsInterval = time.Hour