Skip to content

Commit

Permalink
huh I forgot to change it after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Oct 24, 2023
1 parent 950b677 commit 70b803d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/resolve.go
Expand Up @@ -53,7 +53,7 @@ func ExtractDNSServersFromResolvConf(filesys fs.FS, filenames []string) ([]strin
DNSServers := make([]string, 0, len(DNSServersMap))
var count int
for k := range DNSServersMap {
if count == 2 {
if count == 3 {
// keep only the first three DNS servers
// since C DNS resolver can't handle more
break
Expand Down

0 comments on commit 70b803d

Please sign in to comment.