From c2093a971595d62e2a2e80352f9d10bfb2dcb118 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 19 May 2024 02:06:09 -0700 Subject: [PATCH] Enforce connection padding Signed-off-by: Tommy --- whonix/whonix-gw.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/whonix/whonix-gw.sh b/whonix/whonix-gw.sh index 52318ad..ab2f34c 100644 --- a/whonix/whonix-gw.sh +++ b/whonix/whonix-gw.sh @@ -32,6 +32,9 @@ sudo systemctl enable --now proc-hidepid.service # Will break a lot of applications. The apps I use on Whonix work fine with it so I am enabling it. sudo systemctl enable --now hide-hardware-info.service +# Enforce connection padding +echo 'ConnectionPadding 1' | sudo tee /usr/local/etc/torrc.d/50_user.conf + # Theming unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/environment | sudo tee /etc/environment