Skip to content

Commit

Permalink
home: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Jan 19, 2022
1 parent 03c6798 commit 968cc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/home/controlinstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func (req *checkConfReq) validateDNS(uc aghalg.UniqChecker) (canAutofix bool, er
// Go on and only check the UDP port since the TCP one is already bound
// by AdGuard Home for web interface.
default:
// Check TCP either.
// Check TCP as well.
err = aghnet.CheckPort("tcp", req.DNS.IP, port)
if err != nil {
return false, err
Expand Down

0 comments on commit 968cc80

Please sign in to comment.