From 27acd5163bd1563a93c293496a2e6300ec7ab256 Mon Sep 17 00:00:00 2001 From: "kayos@tcp.direct" Date: Sat, 22 Oct 2022 22:04:41 -0700 Subject: [PATCH] Oops --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e50cf0d..f29b5a5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ Notably it features interface compatible dialer functions that dial out from dif --- +### WARNING + +#### *You very well may end up causing denial of service when using this library with certain tools.* +It is fairly easy to end up with a `slowloris` type effect with this library when paired with efficient tools that try to reuse http connections or that tend to use keepalive. Because the tool has no idea what the proxy server is doing (dialing with different connections often) you may end up leaving a ton of open connections from a website to the proxy servers. This is either a bug or a feature... That much is for you to decide. + + ### Validation Engine 1) TCP Dial to the endpoint