Deleted user

Results 142144 comments of Deleted user

Interesting thing, I moved everything over to rtorrent and it doesn't fail on any announce (start or stop). Maybe it handles the announces in a different way. I tried with...

Ok I just found that rtorrent has this variable ‘network.http.max_open.set’ which basically limits the “maximum number of simultaneous HTTP request (used by announce or scrape requests). Default: `32`“ -according to...

Arvidn do you plan to fix this issue in some future release? I see two possible fixes: Limit the max simultaneous queries(to same/all trackers). Multiplexing all queries made simultaneously to...

The latter has some issues though. It won’t be ideal for networks with packet loss. Since you’ll be using only one TCP connection, if it faces packet loss you’d have...

> Hi! How do you plan installing espanso in the FreeTube app? Flatpak or at least AppImage support for wayland would be great. Why is FreeTube mentioned?

Would be ideal for it to also look in Windows Credential Store that is local on all Windows boxes.

I too would like to block NRDs. The problem is using the list from whoisds in my experience leads to blocking legitimate domains. If any domain creates a new subdomain,...

For IDN Homograph Attacks Protection a quick and dirty solution would be to simply block all punycode. I do this with a custom filter regex that looks like this "`/.*?xn--.*/`"....

> For those who're really keen on typosquatting protection in the lieu of an official AdGuard solution, I can currently recommend [AntiSocial Engineer BlackList](https://theantisocialengineer.com/AntiSocial_Blacklist_Community_V1.txt). > > Note that among its...

Here's what I do to block DNS rebinding attacks currently. You can add the regular expressions to custom filter rules. > # 192.0.0.0/24 > > /^192\.0\.0(\.[0-9]{1,3}){1}$/ > # 192.0.2.0/24 >...