mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
proxify: add page (#15549)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
8cad42b980
commit
f4c5a35dea
1 changed files with 21 additions and 0 deletions
21
pages/common/proxify.md
Normal file
21
pages/common/proxify.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# proxify
|
||||||
|
|
||||||
|
> A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go.
|
||||||
|
> See also: `mitmproxy`.
|
||||||
|
> More information: <https://github.com/projectdiscovery/proxify>.
|
||||||
|
|
||||||
|
- Start a HTTP proxy (on the loopback network interface `127.0.0.1` port `8888`):
|
||||||
|
|
||||||
|
`proxify`
|
||||||
|
|
||||||
|
- Start a HTTP proxy on a custom network interface and port (may require `sudo` for a port number lower than `1024`):
|
||||||
|
|
||||||
|
`proxify -http-addr "{{network_interface}}:{{port_number}}"`
|
||||||
|
|
||||||
|
- Specify output format and output file:
|
||||||
|
|
||||||
|
`proxify -output-format {{jsonl|yaml}} -output {{path/to/file}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`proxify -h`
|
Loading…
Add table
Reference in a new issue