diff --git a/internal/dnsforward/stats.go b/internal/dnsforward/stats.go index 0033b811a15..ffcbc6efa37 100644 --- a/internal/dnsforward/stats.go +++ b/internal/dnsforward/stats.go @@ -130,7 +130,7 @@ func (s *Server) logQuery(dctx *dnsContext, ip net.IP, processingTime time.Durat s.queryLog.Add(p) } -// updateStats writes the request into statistics. +// updateStats writes the request data into statistics. func (s *Server) updateStats(dctx *dnsContext, clientIP string, processingTime time.Duration) { pctx := dctx.proxyCtx diff --git a/internal/home/service.go b/internal/home/service.go index 93f90e5340f..30bef2a7c14 100644 --- a/internal/home/service.go +++ b/internal/home/service.go @@ -306,7 +306,7 @@ func handleServiceStatusCommand(s service.Service) { } } -// handleServiceInstallCommand handles service "install" command +// handleServiceInstallCommand handles service "install" command. func handleServiceInstallCommand(s service.Service) { err := svcAction(s, "install") if err != nil { @@ -340,7 +340,7 @@ AdGuard Home is now available at the following addresses:`) } } -// handleServiceUninstallCommand handles service "uninstall" command +// handleServiceUninstallCommand handles service "uninstall" command. func handleServiceUninstallCommand(s service.Service) { if aghos.IsOpenWrt() { // On OpenWrt it is important to run disable command first