Files
waf-platform/EdgeDNS/internal/const/const.go
2026-02-04 20:27:13 +08:00

16 lines
221 B
Go

package teaconst
const (
Version = "1.4.5.1" //1.3.8.2
ProductName = "Edge DNS"
ProcessName = "edge-dns"
ProductNameZH = "Edge"
Role = "dns"
EncryptMethod = "aes-256-cfb"
SystemdServiceName = "edge-dns"
)