Files
EdgeNode/internal/const/const.go

20 lines
365 B
Go
Raw Normal View History

2020-09-09 18:53:53 +08:00
package teaconst
const (
2023-09-12 17:17:56 +08:00
Version = "1.2.9"
2020-09-09 18:53:53 +08:00
ProductName = "Edge Node"
ProcessName = "edge-node"
Role = "node"
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
EncryptMethod = "aes-256-cfb"
2021-01-11 18:16:15 +08:00
2021-05-13 14:37:40 +08:00
// SystemdServiceName systemd
2021-01-11 18:16:15 +08:00
SystemdServiceName = "edge-node"
AccessLogSockName = "edge-node.accesslog"
CacheGarbageSockName = "edge-node.cache.garbage"
2020-09-09 18:53:53 +08:00
)