From a9cac6aeac070fe140b7b1a6e80c4939f873ed62 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 28 Jan 2025 00:17:36 +0000 Subject: [PATCH] Update cheatsheets --- tldr/proxify | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tldr/proxify b/tldr/proxify index 82bf6b20..215e39d2 100644 --- a/tldr/proxify +++ b/tldr/proxify @@ -9,13 +9,13 @@ source: https://github.com/tldr-pages/tldr.git > 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: