Results 87 comments of Will

Microsoft Developers, you should label yourself as "Microsoft Edge member". Like Kodi does here: https://github.com/xbmc/xbmc/pull/9541#issue-145514379 So it's more obvious who is who. ;) Sorry for off topic. Would help.. Thank...

I believe I am getting this as well. Please see https://www.bleepingcomputer.com/forums/t/798659/win11-23h2-netiosys-driver-irql-not-less-or-equal/ My Logs @ https://drive.google.com/drive/folders/1bUTYXrb_Wc6vAYL5dQ5eGLsFDq0I9HjI?usp=sharing include the mini dumb. If need the big fat memory dumb can send it as...

Not skip. Detect when it is in use, grab the port, and set up the rules for it just like you do with standard ORPort.

On Ubuntu 24.04: ``` sudo apt-get install obfs4proxy sudo setcap cap_net_bind_service=+ep /usr/bin/obfs4proxy ``` /etc/tor/torrc: ``` ORPort ServerIP:8080 ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy ServerTransportListenAddr obfs4 ServerIP:8000 ``` So the standard TOR port...

Yes, correct. It's correct when I ran the command. Sorry about that. Will test the commit this weekend. Thank you very much.

Looks like it's reversed now: ``` Mon, 17 Mar 2025 18:12:07 +0000 Chain INPUT (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 1258...

> > /* DDoS IPv4 Mon, 17 Mar 2025 18:10:42 +0000 */ > > And I do not understood the rules above this one. Do you added additional code to...

> So I need the torrc to understood what happened. Please replace the ServerIP with `1.2.3.4` when attaching the file here. Here you go. ``` ## Configuration file for a...