管理端全部功能跑通

This commit is contained in:
robin
2026-02-27 10:35:22 +08:00
parent 4d275c921d
commit 150799f41d
263 changed files with 22664 additions and 4053 deletions

View 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"
)