mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
server: change MIN_PORT from 1024 to 1
This commit is contained in:
parent
74b75e8c57
commit
a77c7e8625
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user