Initial commit (code only without large binaries)
This commit is contained in:
16
EdgeDNS/internal/const/const.go
Normal file
16
EdgeDNS/internal/const/const.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package teaconst
|
||||
|
||||
const (
|
||||
Version = "1.4.7" //1.3.8.2
|
||||
|
||||
ProductName = "Edge DNS"
|
||||
ProcessName = "edge-dns"
|
||||
ProductNameZH = "Edge"
|
||||
|
||||
Role = "dns"
|
||||
|
||||
EncryptMethod = "aes-256-cfb"
|
||||
|
||||
SystemdServiceName = "edge-dns"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user