Skip to content

Commit

Permalink
update resolver arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Jul 28, 2024
1 parent 9e1c42c commit 5d95b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ impl From<&Config> for Vec<String> {
args.push(format!("--listen={interface}"));
}

args.push("--auto-update");

args.into()
}
}
Expand Down

0 comments on commit 5d95b2c

Please sign in to comment.