@ -0,0 +1,13 @@
// Package consts ...
//
// Description : consts ...
// Author : go_developer@163.com<白茶清欢>
// Date : 2024-06-24 12:08
package consts
const (
LinuxMaxPort = 65535 // 最大端口号
LinuxMinPort = 80 // 最小端口号
)
The note is not visible to the blocked user.