Skip to content

Commit

Permalink
add client port to dns records
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Sep 24, 2024
1 parent c009317 commit 15b9b9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ url = "2.5.2"

[dependencies.kentik-api]
git = "ssh://[email protected]/kentik/kentik-api-rust"
rev = "4772e7909d5bfcb888f3f663d9dc23a606830e51"
rev = "3f241fd4be5082495b47661b344d8fcb0c46a5a3"

[dependencies.kagent]
path = "lib/kagent"
Expand Down
1 change: 1 addition & 0 deletions src/mode/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ impl Dns {
question: Question{
name: qq.qname,
host: addr(dst.addr),
port: dst.port,
},
answers: answers,
}
Expand Down

0 comments on commit 15b9b9e

Please sign in to comment.