mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-12 11:12:14 -04:00
Enforce connection padding
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
86fff04a13
commit
c2093a9715
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue