Skip to content

Commit

Permalink
do not hardcoded ndots
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <[email protected]>
  • Loading branch information
ahmetb committed Oct 6, 2020
1 parent f54cd03 commit 35da762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runsd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func main() {
dnsSrv := &dnsHijack{
nameserver: useNameserver,
domain: flInternalDomain,
dots: 4,
dots: flNdots,
serveIPv6: ipv6OK,
}

Expand Down

0 comments on commit 35da762

Please sign in to comment.