Browse Source

server: change MIN_PORT from 1024 to 1

pull/616/head
fatedier 7 years ago
parent
commit
a77c7e8625
  1. 2
      server/ports.go

2
server/ports.go

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

Loading…
Cancel
Save