We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be29865 commit eb479d9Copy full SHA for eb479d9
src/dns.rs
@@ -157,7 +157,7 @@ pub fn get_configuration() -> Result<DnsConfiguration, Error> {
157
158
// DNS priority is determined by interface metric
159
// However we also want to exclude various system adapters such as WSL
160
- // so we will filter out any adapters that have a route to the internet
+ // so we will filter out any adapters that don't have a route to the internet
161
let internet_adapters = get_adapters()?
162
.into_iter()
163
.filter(|adapter| {
0 commit comments