mirror of
https://github.com/fatedier/frp.git
synced 2025-07-20 04:39:26 +07:00
server: change MIN_PORT from 1024 to 1
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
MinPort = 1025
|
||||
MinPort = 1
|
||||
MaxPort = 65535
|
||||
MaxPortReservedDuration = time.Duration(24) * time.Hour
|
||||
CleanReservedPortsInterval = time.Hour
|
||||
|
Reference in New Issue
Block a user