From 4d95453e8d4137d5e7d9da754f8cec19d384d43f Mon Sep 17 00:00:00 2001 From: TwoBitDev/OXC7R <0xC7R@proton.me> Date: Wed, 27 Nov 2024 12:39:06 +0000 Subject: [PATCH] Added notice like I said in our issue: https://github.com/rofl0r/proxychains-ng/issues/586 you could implement a way to notify users within issue templates if they don't read the readme. --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index da413eb..eed6c53 100644 --- a/README +++ b/README @@ -1,6 +1,13 @@ ProxyChains-NG ver 4.17 README ============================= + *********** NOTICE *********** + + ProxyChains-NG DOES NOT work with non-TCP (UDP types will not be routed. TCP will) packets like UDP which is used by commands/functions like `ping`. + Do not open a ticket asking for support on related topic + + *** END *** + ProxyChains is a UNIX program, that hooks network-related libc functions in DYNAMICALLY LINKED programs via a preloaded DLL (dlsym(), LD_PRELOAD) and redirects the connections through SOCKS4a/5 or HTTP proxies.