Skip to content

Commit

Permalink
edns0 no ends0
Browse files Browse the repository at this point in the history
  • Loading branch information
joalopez1206 committed Oct 1, 2024
1 parent 31f7f41 commit fd822de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async_resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl AsyncResolver {

let config = self.config.clone();

if config.get_ends0() {
if config.get_edns0() {
config.add_edns0_to_message(&mut query);
}

Expand Down

0 comments on commit fd822de

Please sign in to comment.