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