proxify
all
A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go. See also: `mitmproxy`.
More info →Options (3)
booleanStart a HTTP proxy on a custom network interface and port (may require `sudo` for a port number lower than `1024`)
Example:
proxify {{[-ha|-http-addr]}} "{{ip_address}}:{{port_number}}"booleanSpecify output format and output file
Example:
proxify {{[-of|-output-format]}} {{jsonl|yaml}} {{[-o|-output]}} {{path/to/file}}-obooleanSpecify output format and output file
Example:
proxify {{[-of|-output-format]}} {{jsonl|yaml}} {{[-o|-output]}} {{path/to/file}}Examples (4)
Start a HTTP proxy (on the loopback network interface `127.0.0.1` and port `8888`)
Start a HTTP proxy on a custom network interface and port (may require `sudo` for a port number lower than `1024`)
proxify [-ha|-http-addr] "ip_address:port_number"Specify output format and output file
proxify [-of|-output-format] jsonl|yaml [-o|-output] path/to/fileDisplay help
proxify -hmade by @shridhargupta | data from tldr-pages