From 2dcf4b06e1e9a860644a03cb0c3cca11419398cd Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Mon, 27 Jan 2025 20:24:28 +1100 Subject: [PATCH] proxify: update page (#15609) Co-authored-by: Wiktor Perskawiec --- pages/common/proxify.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/proxify.md b/pages/common/proxify.md index e979052f28..3598cecec0 100644 --- a/pages/common/proxify.md +++ b/pages/common/proxify.md @@ -4,13 +4,13 @@ > See also: `mitmproxy`. > More information: . -- 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: