14 lines
293 B
Go
14 lines
293 B
Go
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
|
//go:build plus
|
|
|
|
package teaconst
|
|
|
|
const (
|
|
DNSNodeVersion = "1.4.9" //1.3.8.2
|
|
UserNodeVersion = "1.4.9" //1.3.8.2
|
|
ReportNodeVersion = "0.1.5"
|
|
|
|
DefaultMaxNodes int32 = 50
|
|
)
|
|
|