Files
2026-03-22 17:37:40 +08:00

17 lines
223 B
Go

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