From 2002fc3a9f9ab2a4a32e53a3cce35899824f071c Mon Sep 17 00:00:00 2001 From: KaranGauswami Date: Sun, 23 Jun 2024 17:15:28 +0530 Subject: [PATCH] added warning note for breaking changes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 191209c..dd1df9b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ This will create proxy server on 8080 and use example:1080 as a Socks5 Proxy > [!NOTE] > The --socks-address (-s) flag does not support adding a schema at the start (e.g., socks:// or socks5h://). Currently, it only supports socks5h, which means DNS resolution will be done on the SOCKS server. +> [!WARN] +> After v5, Changed default listening IP from `0.0.0.0` to `127.0.0.1`. This change restricts the application access to the local machine only. + ### Options There are a few options for using `sthp`.