Rename ctrld v2.0.0 to ctrld-client

Updates #565
This commit is contained in:
Cuong Manh Le
2026-09-03 13:57:38 +07:00
parent 80d1acdfd5
commit d8994cc7d8
30 changed files with 403 additions and 111 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ func NewServiceCommand() *ServiceCommand {
func (sc *ServiceCommand) createServiceConfig() *service.Config {
return &service.Config{
Name: ctrldServiceName,
DisplayName: "Control-D Helper Service",
DisplayName: ctrldServiceDisplayName,
Description: "A highly configurable, multi-protocol DNS forwarding proxy",
Option: service.KeyValue{},
}