mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Nits
This commit is contained in:
parent
5a079a3eb9
commit
7b962dff98
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,6 @@ func Resolve(server string, name string, singleResolver bool) {
|
|||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
fmt.Println("Multiple resolvers have been configured; this is just one one of them.")
|
||||
}
|
||||
|
||||
fmt.Println("")
|
||||
|
@ -347,4 +345,6 @@ cname:
|
|||
fmt.Println(strings.Join(txt, ", "))
|
||||
}
|
||||
}
|
||||
|
||||
fmt.Println("")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue