管理端全部功能跑通
This commit is contained in:
23
EdgeHttpDNS/internal/const/const.go
Normal file
23
EdgeHttpDNS/internal/const/const.go
Normal file
@@ -0,0 +1,23 @@
|
||||
package teaconst
|
||||
|
||||
const (
|
||||
Version = "1.4.8"
|
||||
|
||||
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"
|
||||
)
|
||||
Reference in New Issue
Block a user