fix link in mitmdump documentation
This commit is contained in:
parent
67c2705f98
commit
9a135523d2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Mitmdump Block {#blocks-mitmdump}
|
||||
|
||||
Defined in [`/modules/blocks/authelia.nix`](@REPO@/modules/blocks/authelia.nix).
|
||||
Defined in [`/modules/blocks/mitmdump.nix`](@REPO@/modules/blocks/mitmdump.nix).
|
||||
|
||||
This block sets up an [Mitmdump][] service in [reverse proxy][] mode.
|
||||
In other words, you can put this block between a client and a server to inspect all the network traffic.
|
||||
|
|
@ -27,7 +27,7 @@ shb.mitmdump.instances."my-instance" = {
|
|||
};
|
||||
```
|
||||
|
||||
`upstreamHost` is the default here and can be left out.
|
||||
`upstreamHost` has its default value here and can be left out.
|
||||
|
||||
Put mitmdump in front of a HTTP server listening on port 8000 on another machine:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue