24 lines
586 B
Go
24 lines
586 B
Go
package teaconst
|
|
|
|
const (
|
|
Version = "1.4.9"
|
|
|
|
ProductName = "Edge HTTPDNS"
|
|
ProcessName = "edge-httpdns"
|
|
ProductNameZH = "Edge HTTPDNS"
|
|
|
|
Role = "httpdns"
|
|
|
|
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
|
|
EncryptMethod = "aes-256-cfb"
|
|
|
|
SystemdServiceName = "edge-httpdns"
|
|
|
|
// HTTPDNS node tasks from API.
|
|
TaskTypeHTTPDNSConfigChanged = "httpdnsConfigChanged"
|
|
TaskTypeHTTPDNSAppChanged = "httpdnsAppChanged"
|
|
TaskTypeHTTPDNSDomainChanged = "httpdnsDomainChanged"
|
|
TaskTypeHTTPDNSRuleChanged = "httpdnsRuleChanged"
|
|
TaskTypeHTTPDNSTLSChanged = "httpdnsTLSChanged"
|
|
)
|