Files
waf-platform/EdgeAPI/internal/const/const_plus.go
2026-03-13 14:25:13 +08:00

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.5.0" //1.3.8.2
UserNodeVersion = "1.5.0" //1.3.8.2
ReportNodeVersion = "1.5.0"
DefaultMaxNodes int32 = 50
)