Skip to content

Commit

Permalink
Refactor tsig use ANY instead of IN
Browse files Browse the repository at this point in the history
  • Loading branch information
joalopez1206 committed Jul 17, 2024
1 parent 46e84a5 commit 4999c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message/resource_record.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ impl ResourceRecord {
Rdata::TSIG(val) => ResourceRecord {
name: DomainName::new(),
rtype: Rrtype::TSIG,
rclass: Rclass::IN,
rclass: Rclass::ANY,
ttl: 0 as u32,
rdlength: 0 as u16,
rdata: Rdata::TSIG(val),
Expand Down

0 comments on commit 4999c98

Please sign in to comment.