1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 09:15:32 +02:00

proxify: update page (#15609)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Fazle Arefin 2025-01-27 20:24:28 +11:00 committed by GitHub
parent b3793a45fe
commit 2dcf4b06e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,13 +4,13 @@
> 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: