Skip to content

Commit

Permalink
Updated env docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Feb 7, 2025
1 parent 15b52a2 commit 0c91ba7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mirrord/agent/env/src/envs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ pub const DNS_TIMEOUT: CheckedEnv<u32> = CheckedEnv::new("MIRRORD_AGENT_DNS_TIME
/// Sets a hard limit on DNS query attempts.
pub const DNS_ATTEMPTS: CheckedEnv<u32> = CheckedEnv::new("MIRRORD_AGENT_DNS_ATTEMPTS");

/// This is currently not used in the agent.
///
/// Left for backwards compatibility.
/// Used in incoming traffic redirection to produce correct iptables rules.
pub const POD_IPS: CheckedEnv<Vec<IpAddr>> = CheckedEnv::new("MIRRORD_AGENT_POD_IPS");

/// Sets agent log level.
Expand Down

0 comments on commit 0c91ba7

Please sign in to comment.