Skip to content

Commit

Permalink
Typo fixed in config doc (#2489)
Browse files Browse the repository at this point in the history
* Typo fixed

* configuration.md updated
  • Loading branch information
Razz4780 authored Jun 3, 2024
1 parent 229da58 commit 788af2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/+typo-in-docs.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed typo in auto-generated docs for mirrord config.
2 changes: 1 addition & 1 deletion mirrord/config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ Can be set to either `"continue"` or `"override"`.
- `"override"`: If port lock detected then override it with new lock and force close the
original locking connection.

#### feature.network.incoming.filter {#feature-network-incoming-http-filter}
#### feature.network.incoming.http_filter {#feature-network-incoming-http-filter}
Filter configuration for the HTTP traffic stealer feature.

Allows the user to set a filter (regex) for the HTTP headers, so that the stealer traffic
Expand Down
2 changes: 1 addition & 1 deletion mirrord/config/src/feature/network/incoming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ pub struct IncomingConfig {
/// #### feature.network.incoming.mode {#feature-network-incoming-mode}
pub mode: IncomingMode,

/// #### feature.network.incoming.filter {#feature-network-incoming-http-filter}
/// #### feature.network.incoming.http_filter {#feature-network-incoming-http-filter}
pub http_filter: HttpFilterConfig,

/// #### feature.network.incoming.listen_ports {#feature-network-incoming-listen_ports}
Expand Down

0 comments on commit 788af2c

Please sign in to comment.