mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 04:47:10 +00:00
Update cheatsheets
This commit is contained in:
@@ -9,13 +9,13 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> 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`):
|
||||
- Start a HTTP proxy (on the loopback network interface `127.0.0.1` and 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}}"`
|
||||
`proxify -http-addr "{{ip_address}}:{{port_number}}"`
|
||||
|
||||
- Specify output format and output file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user