Skip to content

Commit

Permalink
fix doc?
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Dec 31, 2024
1 parent 74fd7cf commit 17afc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/agent/src/steal/subscriptions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub trait PortRedirector {
pub(crate) struct IptablesListener {
/// For altering iptables rules.
iptables: Option<SafeIpTables<IPTablesWrapper>>,
/// Port of [`IpTablesRedirector::listener`].
/// Port of [`listener`](Self::listener).
redirect_to: Port,
/// Listener to which redirect all connections.
listener: TcpListener,
Expand Down

0 comments on commit 17afc0d

Please sign in to comment.