1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-11 22:35:40 +01:00
This commit is contained in:
Frank Denis 2021-01-03 13:58:08 +01:00
parent 5a079a3eb9
commit 7b962dff98

View File

@ -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("")
}