1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-18 14:44:43 -04:00

Enforce connection padding

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-19 02:06:09 -07:00
parent 86fff04a13
commit c2093a9715
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -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