Skip to content

Commit

Permalink
Include feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
  • Loading branch information
Licenser committed Apr 7, 2021
1 parent aaad2c1 commit d1294ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sink/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ impl Sink for Udp {
if self.config.bound {
socket.send(&processed).await?;
} else {
// reaquire the destination to handle DNS changes or multi IP dns entries
socket
.send_to(
&processed,
Expand Down

0 comments on commit d1294ec

Please sign in to comment.